@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonElasticLoadBalancingAsync extends AmazonElasticLoadBalancing
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonElasticLoadBalancingAsync
instead.
A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures that it routes traffic only to healthy targets. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer. You configure a target group with a protocol and port number for connections from the load balancer to the targets, and with health check settings to be used when checking the health status of the targets.
Elastic Load Balancing supports the following types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.
An Application Load Balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS). A Network Load Balancer makes routing and load balancing decisions at the transport layer (TCP). Both Application Load Balancers and Network Load Balancers can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC).
A Classic Load Balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. For more information, see the Elastic Load Balancing User Guide.
This reference covers the 2015-12-01 API, which supports Application Load Balancers and Network Load Balancers. The 2012-06-01 API supports Classic Load Balancers.
To get started, complete the following tasks:
Create a load balancer using CreateLoadBalancer.
Create a target group using CreateTargetGroup.
Register targets for the target group using RegisterTargets.
Create one or more listeners for your load balancer using CreateListener.
To delete a load balancer and its related resources, complete the following tasks:
Delete the load balancer using DeleteLoadBalancer.
Delete the target group using DeleteTargetGroup.
All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AddListenerCertificatesResult> |
addListenerCertificatesAsync(AddListenerCertificatesRequest addListenerCertificatesRequest)
Adds the specified certificate to the specified secure listener.
|
Future<AddListenerCertificatesResult> |
addListenerCertificatesAsync(AddListenerCertificatesRequest addListenerCertificatesRequest,
AsyncHandler<AddListenerCertificatesRequest,AddListenerCertificatesResult> asyncHandler)
Adds the specified certificate to the specified secure listener.
|
Future<AddTagsResult> |
addTagsAsync(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
Future<AddTagsResult> |
addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
Future<CreateListenerResult> |
createListenerAsync(CreateListenerRequest createListenerRequest)
Creates a listener for the specified Application Load Balancer or Network Load Balancer.
|
Future<CreateListenerResult> |
createListenerAsync(CreateListenerRequest createListenerRequest,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler)
Creates a listener for the specified Application Load Balancer or Network Load Balancer.
|
Future<CreateLoadBalancerResult> |
createLoadBalancerAsync(CreateLoadBalancerRequest createLoadBalancerRequest)
Creates an Application Load Balancer or a Network Load Balancer.
|
Future<CreateLoadBalancerResult> |
createLoadBalancerAsync(CreateLoadBalancerRequest createLoadBalancerRequest,
AsyncHandler<CreateLoadBalancerRequest,CreateLoadBalancerResult> asyncHandler)
Creates an Application Load Balancer or a Network Load Balancer.
|
Future<CreateRuleResult> |
createRuleAsync(CreateRuleRequest createRuleRequest)
Creates a rule for the specified listener.
|
Future<CreateRuleResult> |
createRuleAsync(CreateRuleRequest createRuleRequest,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates a rule for the specified listener.
|
Future<CreateTargetGroupResult> |
createTargetGroupAsync(CreateTargetGroupRequest createTargetGroupRequest)
Creates a target group.
|
Future<CreateTargetGroupResult> |
createTargetGroupAsync(CreateTargetGroupRequest createTargetGroupRequest,
AsyncHandler<CreateTargetGroupRequest,CreateTargetGroupResult> asyncHandler)
Creates a target group.
|
Future<DeleteListenerResult> |
deleteListenerAsync(DeleteListenerRequest deleteListenerRequest)
Deletes the specified listener.
|
Future<DeleteListenerResult> |
deleteListenerAsync(DeleteListenerRequest deleteListenerRequest,
AsyncHandler<DeleteListenerRequest,DeleteListenerResult> asyncHandler)
Deletes the specified listener.
|
Future<DeleteLoadBalancerResult> |
deleteLoadBalancerAsync(DeleteLoadBalancerRequest deleteLoadBalancerRequest)
Deletes the specified Application Load Balancer or Network Load Balancer and its attached listeners.
|
Future<DeleteLoadBalancerResult> |
deleteLoadBalancerAsync(DeleteLoadBalancerRequest deleteLoadBalancerRequest,
AsyncHandler<DeleteLoadBalancerRequest,DeleteLoadBalancerResult> asyncHandler)
Deletes the specified Application Load Balancer or Network Load Balancer and its attached listeners.
|
Future<DeleteRuleResult> |
deleteRuleAsync(DeleteRuleRequest deleteRuleRequest)
Deletes the specified rule.
|
Future<DeleteRuleResult> |
deleteRuleAsync(DeleteRuleRequest deleteRuleRequest,
AsyncHandler<DeleteRuleRequest,DeleteRuleResult> asyncHandler)
Deletes the specified rule.
|
Future<DeleteTargetGroupResult> |
deleteTargetGroupAsync(DeleteTargetGroupRequest deleteTargetGroupRequest)
Deletes the specified target group.
|
Future<DeleteTargetGroupResult> |
deleteTargetGroupAsync(DeleteTargetGroupRequest deleteTargetGroupRequest,
AsyncHandler<DeleteTargetGroupRequest,DeleteTargetGroupResult> asyncHandler)
Deletes the specified target group.
|
Future<DeregisterTargetsResult> |
deregisterTargetsAsync(DeregisterTargetsRequest deregisterTargetsRequest)
Deregisters the specified targets from the specified target group.
|
Future<DeregisterTargetsResult> |
deregisterTargetsAsync(DeregisterTargetsRequest deregisterTargetsRequest,
AsyncHandler<DeregisterTargetsRequest,DeregisterTargetsResult> asyncHandler)
Deregisters the specified targets from the specified target group.
|
Future<DescribeAccountLimitsResult> |
describeAccountLimitsAsync(DescribeAccountLimitsRequest describeAccountLimitsRequest)
Describes the current Elastic Load Balancing resource limits for your AWS account.
|
Future<DescribeAccountLimitsResult> |
describeAccountLimitsAsync(DescribeAccountLimitsRequest describeAccountLimitsRequest,
AsyncHandler<DescribeAccountLimitsRequest,DescribeAccountLimitsResult> asyncHandler)
Describes the current Elastic Load Balancing resource limits for your AWS account.
|
Future<DescribeListenerCertificatesResult> |
describeListenerCertificatesAsync(DescribeListenerCertificatesRequest describeListenerCertificatesRequest)
Describes the certificates for the specified secure listener.
|
Future<DescribeListenerCertificatesResult> |
describeListenerCertificatesAsync(DescribeListenerCertificatesRequest describeListenerCertificatesRequest,
AsyncHandler<DescribeListenerCertificatesRequest,DescribeListenerCertificatesResult> asyncHandler)
Describes the certificates for the specified secure listener.
|
Future<DescribeListenersResult> |
describeListenersAsync(DescribeListenersRequest describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer or Network Load
Balancer.
|
Future<DescribeListenersResult> |
describeListenersAsync(DescribeListenersRequest describeListenersRequest,
AsyncHandler<DescribeListenersRequest,DescribeListenersResult> asyncHandler)
Describes the specified listeners or the listeners for the specified Application Load Balancer or Network Load
Balancer.
|
Future<DescribeLoadBalancerAttributesResult> |
describeLoadBalancerAttributesAsync(DescribeLoadBalancerAttributesRequest describeLoadBalancerAttributesRequest)
Describes the attributes for the specified Application Load Balancer or Network Load Balancer.
|
Future<DescribeLoadBalancerAttributesResult> |
describeLoadBalancerAttributesAsync(DescribeLoadBalancerAttributesRequest describeLoadBalancerAttributesRequest,
AsyncHandler<DescribeLoadBalancerAttributesRequest,DescribeLoadBalancerAttributesResult> asyncHandler)
Describes the attributes for the specified Application Load Balancer or Network Load Balancer.
|
Future<DescribeLoadBalancersResult> |
describeLoadBalancersAsync(DescribeLoadBalancersRequest describeLoadBalancersRequest)
Describes the specified load balancers or all of your load balancers.
|
Future<DescribeLoadBalancersResult> |
describeLoadBalancersAsync(DescribeLoadBalancersRequest describeLoadBalancersRequest,
AsyncHandler<DescribeLoadBalancersRequest,DescribeLoadBalancersResult> asyncHandler)
Describes the specified load balancers or all of your load balancers.
|
Future<DescribeRulesResult> |
describeRulesAsync(DescribeRulesRequest describeRulesRequest)
Describes the specified rules or the rules for the specified listener.
|
Future<DescribeRulesResult> |
describeRulesAsync(DescribeRulesRequest describeRulesRequest,
AsyncHandler<DescribeRulesRequest,DescribeRulesResult> asyncHandler)
Describes the specified rules or the rules for the specified listener.
|
Future<DescribeSSLPoliciesResult> |
describeSSLPoliciesAsync(DescribeSSLPoliciesRequest describeSSLPoliciesRequest)
Describes the specified policies or all policies used for SSL negotiation.
|
Future<DescribeSSLPoliciesResult> |
describeSSLPoliciesAsync(DescribeSSLPoliciesRequest describeSSLPoliciesRequest,
AsyncHandler<DescribeSSLPoliciesRequest,DescribeSSLPoliciesResult> asyncHandler)
Describes the specified policies or all policies used for SSL negotiation.
|
Future<DescribeTagsResult> |
describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes the tags for the specified resources.
|
Future<DescribeTagsResult> |
describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes the tags for the specified resources.
|
Future<DescribeTargetGroupAttributesResult> |
describeTargetGroupAttributesAsync(DescribeTargetGroupAttributesRequest describeTargetGroupAttributesRequest)
Describes the attributes for the specified target group.
|
Future<DescribeTargetGroupAttributesResult> |
describeTargetGroupAttributesAsync(DescribeTargetGroupAttributesRequest describeTargetGroupAttributesRequest,
AsyncHandler<DescribeTargetGroupAttributesRequest,DescribeTargetGroupAttributesResult> asyncHandler)
Describes the attributes for the specified target group.
|
Future<DescribeTargetGroupsResult> |
describeTargetGroupsAsync(DescribeTargetGroupsRequest describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
Future<DescribeTargetGroupsResult> |
describeTargetGroupsAsync(DescribeTargetGroupsRequest describeTargetGroupsRequest,
AsyncHandler<DescribeTargetGroupsRequest,DescribeTargetGroupsResult> asyncHandler)
Describes the specified target groups or all of your target groups.
|
Future<DescribeTargetHealthResult> |
describeTargetHealthAsync(DescribeTargetHealthRequest describeTargetHealthRequest)
Describes the health of the specified targets or all of your targets.
|
Future<DescribeTargetHealthResult> |
describeTargetHealthAsync(DescribeTargetHealthRequest describeTargetHealthRequest,
AsyncHandler<DescribeTargetHealthRequest,DescribeTargetHealthResult> asyncHandler)
Describes the health of the specified targets or all of your targets.
|
Future<ModifyListenerResult> |
modifyListenerAsync(ModifyListenerRequest modifyListenerRequest)
Modifies the specified properties of the specified listener.
|
Future<ModifyListenerResult> |
modifyListenerAsync(ModifyListenerRequest modifyListenerRequest,
AsyncHandler<ModifyListenerRequest,ModifyListenerResult> asyncHandler)
Modifies the specified properties of the specified listener.
|
Future<ModifyLoadBalancerAttributesResult> |
modifyLoadBalancerAttributesAsync(ModifyLoadBalancerAttributesRequest modifyLoadBalancerAttributesRequest)
Modifies the specified attributes of the specified Application Load Balancer or Network Load Balancer.
|
Future<ModifyLoadBalancerAttributesResult> |
modifyLoadBalancerAttributesAsync(ModifyLoadBalancerAttributesRequest modifyLoadBalancerAttributesRequest,
AsyncHandler<ModifyLoadBalancerAttributesRequest,ModifyLoadBalancerAttributesResult> asyncHandler)
Modifies the specified attributes of the specified Application Load Balancer or Network Load Balancer.
|
Future<ModifyRuleResult> |
modifyRuleAsync(ModifyRuleRequest modifyRuleRequest)
Modifies the specified rule.
|
Future<ModifyRuleResult> |
modifyRuleAsync(ModifyRuleRequest modifyRuleRequest,
AsyncHandler<ModifyRuleRequest,ModifyRuleResult> asyncHandler)
Modifies the specified rule.
|
Future<ModifyTargetGroupResult> |
modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
Future<ModifyTargetGroupResult> |
modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
Future<ModifyTargetGroupAttributesResult> |
modifyTargetGroupAttributesAsync(ModifyTargetGroupAttributesRequest modifyTargetGroupAttributesRequest)
Modifies the specified attributes of the specified target group.
|
Future<ModifyTargetGroupAttributesResult> |
modifyTargetGroupAttributesAsync(ModifyTargetGroupAttributesRequest modifyTargetGroupAttributesRequest,
AsyncHandler<ModifyTargetGroupAttributesRequest,ModifyTargetGroupAttributesResult> asyncHandler)
Modifies the specified attributes of the specified target group.
|
Future<RegisterTargetsResult> |
registerTargetsAsync(RegisterTargetsRequest registerTargetsRequest)
Registers the specified targets with the specified target group.
|
Future<RegisterTargetsResult> |
registerTargetsAsync(RegisterTargetsRequest registerTargetsRequest,
AsyncHandler<RegisterTargetsRequest,RegisterTargetsResult> asyncHandler)
Registers the specified targets with the specified target group.
|
Future<RemoveListenerCertificatesResult> |
removeListenerCertificatesAsync(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)
Removes the specified certificate from the specified secure listener.
|
Future<RemoveListenerCertificatesResult> |
removeListenerCertificatesAsync(RemoveListenerCertificatesRequest removeListenerCertificatesRequest,
AsyncHandler<RemoveListenerCertificatesRequest,RemoveListenerCertificatesResult> asyncHandler)
Removes the specified certificate from the specified secure listener.
|
Future<RemoveTagsResult> |
removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resource.
|
Future<RemoveTagsResult> |
removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified tags from the specified Elastic Load Balancing resource.
|
Future<SetIpAddressTypeResult> |
setIpAddressTypeAsync(SetIpAddressTypeRequest setIpAddressTypeRequest)
Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load
Balancer.
|
Future<SetIpAddressTypeResult> |
setIpAddressTypeAsync(SetIpAddressTypeRequest setIpAddressTypeRequest,
AsyncHandler<SetIpAddressTypeRequest,SetIpAddressTypeResult> asyncHandler)
Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load
Balancer.
|
Future<SetRulePrioritiesResult> |
setRulePrioritiesAsync(SetRulePrioritiesRequest setRulePrioritiesRequest)
Sets the priorities of the specified rules.
|
Future<SetRulePrioritiesResult> |
setRulePrioritiesAsync(SetRulePrioritiesRequest setRulePrioritiesRequest,
AsyncHandler<SetRulePrioritiesRequest,SetRulePrioritiesResult> asyncHandler)
Sets the priorities of the specified rules.
|
Future<SetSecurityGroupsResult> |
setSecurityGroupsAsync(SetSecurityGroupsRequest setSecurityGroupsRequest)
Associates the specified security groups with the specified Application Load Balancer.
|
Future<SetSecurityGroupsResult> |
setSecurityGroupsAsync(SetSecurityGroupsRequest setSecurityGroupsRequest,
AsyncHandler<SetSecurityGroupsRequest,SetSecurityGroupsResult> asyncHandler)
Associates the specified security groups with the specified Application Load Balancer.
|
Future<SetSubnetsResult> |
setSubnetsAsync(SetSubnetsRequest setSubnetsRequest)
Enables the Availability Zone for the specified subnets for the specified Application Load Balancer.
|
Future<SetSubnetsResult> |
setSubnetsAsync(SetSubnetsRequest setSubnetsRequest,
AsyncHandler<SetSubnetsRequest,SetSubnetsResult> asyncHandler)
Enables the Availability Zone for the specified subnets for the specified Application Load Balancer.
|
addListenerCertificates, addTags, createListener, createLoadBalancer, createRule, createTargetGroup, deleteListener, deleteLoadBalancer, deleteRule, deleteTargetGroup, deregisterTargets, describeAccountLimits, describeListenerCertificates, describeListeners, describeLoadBalancerAttributes, describeLoadBalancers, describeRules, describeSSLPolicies, describeTags, describeTargetGroupAttributes, describeTargetGroups, describeTargetHealth, getCachedResponseMetadata, modifyListener, modifyLoadBalancerAttributes, modifyRule, modifyTargetGroup, modifyTargetGroupAttributes, registerTargets, removeListenerCertificates, removeTags, setEndpoint, setIpAddressType, setRegion, setRulePriorities, setSecurityGroups, setSubnets, shutdown, waiters
Future<AddListenerCertificatesResult> addListenerCertificatesAsync(AddListenerCertificatesRequest addListenerCertificatesRequest)
Adds the specified certificate to the specified secure listener.
If the certificate was already added, the call is successful but the certificate is not added again.
To list the certificates for your listener, use DescribeListenerCertificates. To remove certificates from your listener, use RemoveListenerCertificates.
addListenerCertificatesRequest
- Future<AddListenerCertificatesResult> addListenerCertificatesAsync(AddListenerCertificatesRequest addListenerCertificatesRequest, AsyncHandler<AddListenerCertificatesRequest,AddListenerCertificatesResult> asyncHandler)
Adds the specified certificate to the specified secure listener.
If the certificate was already added, the call is successful but the certificate is not added again.
To list the certificates for your listener, use DescribeListenerCertificates. To remove certificates from your listener, use RemoveListenerCertificates.
addListenerCertificatesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AddTagsResult> addTagsAsync(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, and your target groups.
Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
AddTags
updates its value.
To list the current tags for your resources, use DescribeTags. To remove tags from your resources, use RemoveTags.
addTagsRequest
- Future<AddTagsResult> addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, and your target groups.
Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
AddTags
updates its value.
To list the current tags for your resources, use DescribeTags. To remove tags from your resources, use RemoveTags.
addTagsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateListenerResult> createListenerAsync(CreateListenerRequest createListenerRequest)
Creates a listener for the specified Application Load Balancer or Network Load Balancer.
To update a listener, use ModifyListener. When you are finished with a listener, you can delete it using DeleteListener. If you are finished with both the listener and the load balancer, you can delete them both using DeleteLoadBalancer.
This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple listeners with the same settings, each call succeeds.
For more information, see Listeners for Your Application Load Balancers in the Application Load Balancers Guide and Listeners for Your Network Load Balancers in the Network Load Balancers Guide.
createListenerRequest
- Future<CreateListenerResult> createListenerAsync(CreateListenerRequest createListenerRequest, AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler)
Creates a listener for the specified Application Load Balancer or Network Load Balancer.
To update a listener, use ModifyListener. When you are finished with a listener, you can delete it using DeleteListener. If you are finished with both the listener and the load balancer, you can delete them both using DeleteLoadBalancer.
This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple listeners with the same settings, each call succeeds.
For more information, see Listeners for Your Application Load Balancers in the Application Load Balancers Guide and Listeners for Your Network Load Balancers in the Network Load Balancers Guide.
createListenerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateLoadBalancerResult> createLoadBalancerAsync(CreateLoadBalancerRequest createLoadBalancerRequest)
Creates an Application Load Balancer or a Network Load Balancer.
When you create a load balancer, you can specify security groups, subnets, IP address type, and tags. Otherwise, you could do so later using SetSecurityGroups, SetSubnets, SetIpAddressType, and AddTags.
To create listeners for your load balancer, use CreateListener. To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.
For limit information, see Limits for Your Application Load Balancer in the Application Load Balancers Guide and Limits for Your Network Load Balancer in the Network Load Balancers Guide.
This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple load balancers with the same settings, each call succeeds.
For more information, see Application Load Balancers in the Application Load Balancers Guide and Network Load Balancers in the Network Load Balancers Guide.
createLoadBalancerRequest
- Future<CreateLoadBalancerResult> createLoadBalancerAsync(CreateLoadBalancerRequest createLoadBalancerRequest, AsyncHandler<CreateLoadBalancerRequest,CreateLoadBalancerResult> asyncHandler)
Creates an Application Load Balancer or a Network Load Balancer.
When you create a load balancer, you can specify security groups, subnets, IP address type, and tags. Otherwise, you could do so later using SetSecurityGroups, SetSubnets, SetIpAddressType, and AddTags.
To create listeners for your load balancer, use CreateListener. To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.
For limit information, see Limits for Your Application Load Balancer in the Application Load Balancers Guide and Limits for Your Network Load Balancer in the Network Load Balancers Guide.
This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple load balancers with the same settings, each call succeeds.
For more information, see Application Load Balancers in the Application Load Balancers Guide and Network Load Balancers in the Network Load Balancers Guide.
createLoadBalancerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateRuleResult> createRuleAsync(CreateRuleRequest createRuleRequest)
Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.
Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.
To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.
createRuleRequest
- Future<CreateRuleResult> createRuleAsync(CreateRuleRequest createRuleRequest, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.
Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.
To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.
createRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTargetGroupResult> createTargetGroupAsync(CreateTargetGroupRequest createTargetGroupRequest)
Creates a target group.
To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.
To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.
To delete a target group, use DeleteTargetGroup.
This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple target groups with the same settings, each call succeeds.
For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide or Target Groups for Your Network Load Balancers in the Network Load Balancers Guide.
createTargetGroupRequest
- Future<CreateTargetGroupResult> createTargetGroupAsync(CreateTargetGroupRequest createTargetGroupRequest, AsyncHandler<CreateTargetGroupRequest,CreateTargetGroupResult> asyncHandler)
Creates a target group.
To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.
To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.
To delete a target group, use DeleteTargetGroup.
This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple target groups with the same settings, each call succeeds.
For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide or Target Groups for Your Network Load Balancers in the Network Load Balancers Guide.
createTargetGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteListenerResult> deleteListenerAsync(DeleteListenerRequest deleteListenerRequest)
Deletes the specified listener.
Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.
deleteListenerRequest
- Future<DeleteListenerResult> deleteListenerAsync(DeleteListenerRequest deleteListenerRequest, AsyncHandler<DeleteListenerRequest,DeleteListenerResult> asyncHandler)
Deletes the specified listener.
Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.
deleteListenerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteLoadBalancerResult> deleteLoadBalancerAsync(DeleteLoadBalancerRequest deleteLoadBalancerRequest)
Deletes the specified Application Load Balancer or Network Load Balancer and its attached listeners.
You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds.
Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.
deleteLoadBalancerRequest
- Future<DeleteLoadBalancerResult> deleteLoadBalancerAsync(DeleteLoadBalancerRequest deleteLoadBalancerRequest, AsyncHandler<DeleteLoadBalancerRequest,DeleteLoadBalancerResult> asyncHandler)
Deletes the specified Application Load Balancer or Network Load Balancer and its attached listeners.
You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds.
Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.
deleteLoadBalancerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteRuleResult> deleteRuleAsync(DeleteRuleRequest deleteRuleRequest)
Deletes the specified rule.
deleteRuleRequest
- Future<DeleteRuleResult> deleteRuleAsync(DeleteRuleRequest deleteRuleRequest, AsyncHandler<DeleteRuleRequest,DeleteRuleResult> asyncHandler)
Deletes the specified rule.
deleteRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTargetGroupResult> deleteTargetGroupAsync(DeleteTargetGroupRequest deleteTargetGroupRequest)
Deletes the specified target group.
You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.
deleteTargetGroupRequest
- Future<DeleteTargetGroupResult> deleteTargetGroupAsync(DeleteTargetGroupRequest deleteTargetGroupRequest, AsyncHandler<DeleteTargetGroupRequest,DeleteTargetGroupResult> asyncHandler)
Deletes the specified target group.
You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.
deleteTargetGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeregisterTargetsResult> deregisterTargetsAsync(DeregisterTargetsRequest deregisterTargetsRequest)
Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.
deregisterTargetsRequest
- Future<DeregisterTargetsResult> deregisterTargetsAsync(DeregisterTargetsRequest deregisterTargetsRequest, AsyncHandler<DeregisterTargetsRequest,DeregisterTargetsResult> asyncHandler)
Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.
deregisterTargetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeAccountLimitsResult> describeAccountLimitsAsync(DescribeAccountLimitsRequest describeAccountLimitsRequest)
Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Application Load Balancers in the Application Load Balancer Guide or Limits for Your Network Load Balancers in the Network Load Balancers Guide.
describeAccountLimitsRequest
- Future<DescribeAccountLimitsResult> describeAccountLimitsAsync(DescribeAccountLimitsRequest describeAccountLimitsRequest, AsyncHandler<DescribeAccountLimitsRequest,DescribeAccountLimitsResult> asyncHandler)
Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Application Load Balancers in the Application Load Balancer Guide or Limits for Your Network Load Balancers in the Network Load Balancers Guide.
describeAccountLimitsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeListenerCertificatesResult> describeListenerCertificatesAsync(DescribeListenerCertificatesRequest describeListenerCertificatesRequest)
Describes the certificates for the specified secure listener.
describeListenerCertificatesRequest
- Future<DescribeListenerCertificatesResult> describeListenerCertificatesAsync(DescribeListenerCertificatesRequest describeListenerCertificatesRequest, AsyncHandler<DescribeListenerCertificatesRequest,DescribeListenerCertificatesResult> asyncHandler)
Describes the certificates for the specified secure listener.
describeListenerCertificatesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeListenersResult> describeListenersAsync(DescribeListenersRequest describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer or Network Load Balancer. You must specify either a load balancer or one or more listeners.
describeListenersRequest
- Future<DescribeListenersResult> describeListenersAsync(DescribeListenersRequest describeListenersRequest, AsyncHandler<DescribeListenersRequest,DescribeListenersResult> asyncHandler)
Describes the specified listeners or the listeners for the specified Application Load Balancer or Network Load Balancer. You must specify either a load balancer or one or more listeners.
describeListenersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeLoadBalancerAttributesResult> describeLoadBalancerAttributesAsync(DescribeLoadBalancerAttributesRequest describeLoadBalancerAttributesRequest)
Describes the attributes for the specified Application Load Balancer or Network Load Balancer.
describeLoadBalancerAttributesRequest
- Future<DescribeLoadBalancerAttributesResult> describeLoadBalancerAttributesAsync(DescribeLoadBalancerAttributesRequest describeLoadBalancerAttributesRequest, AsyncHandler<DescribeLoadBalancerAttributesRequest,DescribeLoadBalancerAttributesResult> asyncHandler)
Describes the attributes for the specified Application Load Balancer or Network Load Balancer.
describeLoadBalancerAttributesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeLoadBalancersResult> describeLoadBalancersAsync(DescribeLoadBalancersRequest describeLoadBalancersRequest)
Describes the specified load balancers or all of your load balancers.
To describe the listeners for a load balancer, use DescribeListeners. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes.
describeLoadBalancersRequest
- Future<DescribeLoadBalancersResult> describeLoadBalancersAsync(DescribeLoadBalancersRequest describeLoadBalancersRequest, AsyncHandler<DescribeLoadBalancersRequest,DescribeLoadBalancersResult> asyncHandler)
Describes the specified load balancers or all of your load balancers.
To describe the listeners for a load balancer, use DescribeListeners. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes.
describeLoadBalancersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeRulesResult> describeRulesAsync(DescribeRulesRequest describeRulesRequest)
Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
describeRulesRequest
- Future<DescribeRulesResult> describeRulesAsync(DescribeRulesRequest describeRulesRequest, AsyncHandler<DescribeRulesRequest,DescribeRulesResult> asyncHandler)
Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
describeRulesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeSSLPoliciesResult> describeSSLPoliciesAsync(DescribeSSLPoliciesRequest describeSSLPoliciesRequest)
Describes the specified policies or all policies used for SSL negotiation.
For more information, see Security Policies in the Application Load Balancers Guide.
describeSSLPoliciesRequest
- Future<DescribeSSLPoliciesResult> describeSSLPoliciesAsync(DescribeSSLPoliciesRequest describeSSLPoliciesRequest, AsyncHandler<DescribeSSLPoliciesRequest,DescribeSSLPoliciesResult> asyncHandler)
Describes the specified policies or all policies used for SSL negotiation.
For more information, see Security Policies in the Application Load Balancers Guide.
describeSSLPoliciesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes the tags for the specified resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, and target groups.
describeTagsRequest
- Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes the tags for the specified resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, and target groups.
describeTagsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeTargetGroupAttributesResult> describeTargetGroupAttributesAsync(DescribeTargetGroupAttributesRequest describeTargetGroupAttributesRequest)
Describes the attributes for the specified target group.
describeTargetGroupAttributesRequest
- Future<DescribeTargetGroupAttributesResult> describeTargetGroupAttributesAsync(DescribeTargetGroupAttributesRequest describeTargetGroupAttributesRequest, AsyncHandler<DescribeTargetGroupAttributesRequest,DescribeTargetGroupAttributesResult> asyncHandler)
Describes the attributes for the specified target group.
describeTargetGroupAttributesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeTargetGroupsResult> describeTargetGroupsAsync(DescribeTargetGroupsRequest describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.
To describe the targets for a target group, use DescribeTargetHealth. To describe the attributes of a target group, use DescribeTargetGroupAttributes.
describeTargetGroupsRequest
- Future<DescribeTargetGroupsResult> describeTargetGroupsAsync(DescribeTargetGroupsRequest describeTargetGroupsRequest, AsyncHandler<DescribeTargetGroupsRequest,DescribeTargetGroupsResult> asyncHandler)
Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.
To describe the targets for a target group, use DescribeTargetHealth. To describe the attributes of a target group, use DescribeTargetGroupAttributes.
describeTargetGroupsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribeTargetHealthResult> describeTargetHealthAsync(DescribeTargetHealthRequest describeTargetHealthRequest)
Describes the health of the specified targets or all of your targets.
describeTargetHealthRequest
- Future<DescribeTargetHealthResult> describeTargetHealthAsync(DescribeTargetHealthRequest describeTargetHealthRequest, AsyncHandler<DescribeTargetHealthRequest,DescribeTargetHealthResult> asyncHandler)
Describes the health of the specified targets or all of your targets.
describeTargetHealthRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ModifyListenerResult> modifyListenerAsync(ModifyListenerRequest modifyListenerRequest)
Modifies the specified properties of the specified listener.
Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP removes the security policy and SSL certificate properties. If you change the protocol from HTTP to HTTPS, you must add the security policy and server certificate.
modifyListenerRequest
- Future<ModifyListenerResult> modifyListenerAsync(ModifyListenerRequest modifyListenerRequest, AsyncHandler<ModifyListenerRequest,ModifyListenerResult> asyncHandler)
Modifies the specified properties of the specified listener.
Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP removes the security policy and SSL certificate properties. If you change the protocol from HTTP to HTTPS, you must add the security policy and server certificate.
modifyListenerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ModifyLoadBalancerAttributesResult> modifyLoadBalancerAttributesAsync(ModifyLoadBalancerAttributesRequest modifyLoadBalancerAttributesRequest)
Modifies the specified attributes of the specified Application Load Balancer or Network Load Balancer.
If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.
modifyLoadBalancerAttributesRequest
- Future<ModifyLoadBalancerAttributesResult> modifyLoadBalancerAttributesAsync(ModifyLoadBalancerAttributesRequest modifyLoadBalancerAttributesRequest, AsyncHandler<ModifyLoadBalancerAttributesRequest,ModifyLoadBalancerAttributesResult> asyncHandler)
Modifies the specified attributes of the specified Application Load Balancer or Network Load Balancer.
If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.
modifyLoadBalancerAttributesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ModifyRuleResult> modifyRuleAsync(ModifyRuleRequest modifyRuleRequest)
Modifies the specified rule.
Any existing properties that you do not modify retain their current values.
To modify the default action, use ModifyListener.
modifyRuleRequest
- Future<ModifyRuleResult> modifyRuleAsync(ModifyRuleRequest modifyRuleRequest, AsyncHandler<ModifyRuleRequest,ModifyRuleResult> asyncHandler)
Modifies the specified rule.
Any existing properties that you do not modify retain their current values.
To modify the default action, use ModifyListener.
modifyRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ModifyTargetGroupResult> modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
To monitor the health of the targets, use DescribeTargetHealth.
modifyTargetGroupRequest
- Future<ModifyTargetGroupResult> modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest, AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
To monitor the health of the targets, use DescribeTargetHealth.
modifyTargetGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ModifyTargetGroupAttributesResult> modifyTargetGroupAttributesAsync(ModifyTargetGroupAttributesRequest modifyTargetGroupAttributesRequest)
Modifies the specified attributes of the specified target group.
modifyTargetGroupAttributesRequest
- Future<ModifyTargetGroupAttributesResult> modifyTargetGroupAttributesAsync(ModifyTargetGroupAttributesRequest modifyTargetGroupAttributesRequest, AsyncHandler<ModifyTargetGroupAttributesRequest,ModifyTargetGroupAttributesResult> asyncHandler)
Modifies the specified attributes of the specified target group.
modifyTargetGroupAttributesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RegisterTargetsResult> registerTargetsAsync(RegisterTargetsRequest registerTargetsRequest)
Registers the specified targets with the specified target group.
You can register targets by instance ID or by IP address. If the target is an EC2 instance, it must be in the
running
state when you register it.
By default, the load balancer routes requests to registered targets using the protocol and port for the target group. Alternatively, you can override the port for a target when you register it. You can register each EC2 instance or IP address with the same target group multiple times using different ports.
With a Network Load Balancer, you cannot register instances by instance ID if they have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1. You can register instances of these types by IP address.
To remove a target from a target group, use DeregisterTargets.
registerTargetsRequest
- Future<RegisterTargetsResult> registerTargetsAsync(RegisterTargetsRequest registerTargetsRequest, AsyncHandler<RegisterTargetsRequest,RegisterTargetsResult> asyncHandler)
Registers the specified targets with the specified target group.
You can register targets by instance ID or by IP address. If the target is an EC2 instance, it must be in the
running
state when you register it.
By default, the load balancer routes requests to registered targets using the protocol and port for the target group. Alternatively, you can override the port for a target when you register it. You can register each EC2 instance or IP address with the same target group multiple times using different ports.
With a Network Load Balancer, you cannot register instances by instance ID if they have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1. You can register instances of these types by IP address.
To remove a target from a target group, use DeregisterTargets.
registerTargetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RemoveListenerCertificatesResult> removeListenerCertificatesAsync(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)
Removes the specified certificate from the specified secure listener.
You can't remove the default certificate for a listener. To replace the default certificate, call ModifyListener.
To list the certificates for your listener, use DescribeListenerCertificates.
removeListenerCertificatesRequest
- Future<RemoveListenerCertificatesResult> removeListenerCertificatesAsync(RemoveListenerCertificatesRequest removeListenerCertificatesRequest, AsyncHandler<RemoveListenerCertificatesRequest,RemoveListenerCertificatesResult> asyncHandler)
Removes the specified certificate from the specified secure listener.
You can't remove the default certificate for a listener. To replace the default certificate, call ModifyListener.
To list the certificates for your listener, use DescribeListenerCertificates.
removeListenerCertificatesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RemoveTagsResult> removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resource.
To list the current tags for your resources, use DescribeTags.
removeTagsRequest
- Future<RemoveTagsResult> removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified tags from the specified Elastic Load Balancing resource.
To list the current tags for your resources, use DescribeTags.
removeTagsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SetIpAddressTypeResult> setIpAddressTypeAsync(SetIpAddressTypeRequest setIpAddressTypeRequest)
Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load Balancer.
Note that Network Load Balancers must use ipv4
.
setIpAddressTypeRequest
- Future<SetIpAddressTypeResult> setIpAddressTypeAsync(SetIpAddressTypeRequest setIpAddressTypeRequest, AsyncHandler<SetIpAddressTypeRequest,SetIpAddressTypeResult> asyncHandler)
Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load Balancer.
Note that Network Load Balancers must use ipv4
.
setIpAddressTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SetRulePrioritiesResult> setRulePrioritiesAsync(SetRulePrioritiesRequest setRulePrioritiesRequest)
Sets the priorities of the specified rules.
You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.
setRulePrioritiesRequest
- Future<SetRulePrioritiesResult> setRulePrioritiesAsync(SetRulePrioritiesRequest setRulePrioritiesRequest, AsyncHandler<SetRulePrioritiesRequest,SetRulePrioritiesResult> asyncHandler)
Sets the priorities of the specified rules.
You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.
setRulePrioritiesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SetSecurityGroupsResult> setSecurityGroupsAsync(SetSecurityGroupsRequest setSecurityGroupsRequest)
Associates the specified security groups with the specified Application Load Balancer. The specified security groups override the previously associated security groups.
Note that you can't specify a security group for a Network Load Balancer.
setSecurityGroupsRequest
- Future<SetSecurityGroupsResult> setSecurityGroupsAsync(SetSecurityGroupsRequest setSecurityGroupsRequest, AsyncHandler<SetSecurityGroupsRequest,SetSecurityGroupsResult> asyncHandler)
Associates the specified security groups with the specified Application Load Balancer. The specified security groups override the previously associated security groups.
Note that you can't specify a security group for a Network Load Balancer.
setSecurityGroupsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SetSubnetsResult> setSubnetsAsync(SetSubnetsRequest setSubnetsRequest)
Enables the Availability Zone for the specified subnets for the specified Application Load Balancer. The specified subnets replace the previously enabled subnets.
Note that you can't change the subnets for a Network Load Balancer.
setSubnetsRequest
- Future<SetSubnetsResult> setSubnetsAsync(SetSubnetsRequest setSubnetsRequest, AsyncHandler<SetSubnetsRequest,SetSubnetsResult> asyncHandler)
Enables the Availability Zone for the specified subnets for the specified Application Load Balancer. The specified subnets replace the previously enabled subnets.
Note that you can't change the subnets for a Network Load Balancer.
setSubnetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.