| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancing |
|
| com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing
|
| Modifier and Type | Method and Description |
|---|---|
CreateLoadBalancerPolicyResult |
AmazonElasticLoadBalancingClient.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load
balancer.
|
CreateLoadBalancerPolicyResult |
AmazonElasticLoadBalancing.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load
balancer.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load
balancer.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load
balancer.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a policy with the specified attributes for the specified load
balancer.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a policy with the specified attributes for the specified load
balancer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a policy with the specified attributes for the specified load
balancer.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a policy with the specified attributes for the specified load
balancer.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
The policy attributes.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
The policy attributes.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyName(String policyName)
The name of the load balancer policy to be created.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyTypeName(String policyTypeName)
The name of the base policy type.
|
Copyright © 2018. All rights reserved.