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 new policy that contains the necessary attributes depending
on the policy type.
|
CreateLoadBalancerPolicyResult |
AmazonElasticLoadBalancingClient.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsync.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Future<CreateLoadBalancerPolicyResult> |
AmazonElasticLoadBalancingAsyncClient.createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest,
AsyncHandler<CreateLoadBalancerPolicyRequest,CreateLoadBalancerPolicyResult> asyncHandler)
Creates a new policy that contains the necessary attributes depending
on the policy type.
|
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withLoadBalancerName(String loadBalancerName)
The name associated with the LoadBalancer for which the policy is
being created.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
A list of attributes associated with the policy being created.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
A list of attributes associated with the policy being created.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyName(String policyName)
The name of the load balancer policy being created.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyTypeName(String policyTypeName)
The name of the base policy type being used to create this policy.
|
Copyright © 2014. All rights reserved.