Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing |
Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerPolicyResult |
AmazonElasticLoadBalancing.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load
balancer.
|
CreateLoadBalancerPolicyResult |
AmazonElasticLoadBalancingClient.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.clone() |
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
The attributes for the policy.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
The attributes for the policy.
|
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 © 2015. All rights reserved.