| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AddListenerCertificatesResponse |
ElasticLoadBalancingV2Client.addListenerCertificates(AddListenerCertificatesRequest addListenerCertificatesRequest)
Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.
|
default AddListenerCertificatesResponse |
ElasticLoadBalancingV2Client.addListenerCertificates(Consumer<AddListenerCertificatesRequest.Builder> addListenerCertificatesRequest)
Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.
|
default AddTagsResponse |
ElasticLoadBalancingV2Client.addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
default AddTagsResponse |
ElasticLoadBalancingV2Client.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
default CreateRuleResponse |
ElasticLoadBalancingV2Client.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a rule for the specified listener.
|
default CreateRuleResponse |
ElasticLoadBalancingV2Client.createRule(CreateRuleRequest createRuleRequest)
Creates a rule for the specified listener.
|
default DeleteListenerResponse |
ElasticLoadBalancingV2Client.deleteListener(Consumer<DeleteListenerRequest.Builder> deleteListenerRequest)
Deletes the specified listener.
|
default DeleteListenerResponse |
ElasticLoadBalancingV2Client.deleteListener(DeleteListenerRequest deleteListenerRequest)
Deletes the specified listener.
|
default DescribeListenerCertificatesResponse |
ElasticLoadBalancingV2Client.describeListenerCertificates(Consumer<DescribeListenerCertificatesRequest.Builder> describeListenerCertificatesRequest)
Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.
|
default DescribeListenerCertificatesResponse |
ElasticLoadBalancingV2Client.describeListenerCertificates(DescribeListenerCertificatesRequest describeListenerCertificatesRequest)
Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.
|
default DescribeListenersResponse |
ElasticLoadBalancingV2Client.describeListeners(Consumer<DescribeListenersRequest.Builder> describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
|
default DescribeListenersResponse |
ElasticLoadBalancingV2Client.describeListeners(DescribeListenersRequest describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
|
default DescribeListenersIterable |
ElasticLoadBalancingV2Client.describeListenersPaginator(Consumer<DescribeListenersRequest.Builder> describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
|
default DescribeListenersIterable |
ElasticLoadBalancingV2Client.describeListenersPaginator(DescribeListenersRequest describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
|
default DescribeRulesResponse |
ElasticLoadBalancingV2Client.describeRules(Consumer<DescribeRulesRequest.Builder> describeRulesRequest)
Describes the specified rules or the rules for the specified listener.
|
default DescribeRulesResponse |
ElasticLoadBalancingV2Client.describeRules(DescribeRulesRequest describeRulesRequest)
Describes the specified rules or the rules for the specified listener.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the tags for the specified Elastic Load Balancing resources.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the tags for the specified Elastic Load Balancing resources.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(Consumer<ModifyListenerRequest.Builder> modifyListenerRequest)
Replaces the specified properties of the specified listener.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(ModifyListenerRequest modifyListenerRequest)
Replaces the specified properties of the specified listener.
|
default RemoveListenerCertificatesResponse |
ElasticLoadBalancingV2Client.removeListenerCertificates(Consumer<RemoveListenerCertificatesRequest.Builder> removeListenerCertificatesRequest)
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
|
default RemoveListenerCertificatesResponse |
ElasticLoadBalancingV2Client.removeListenerCertificates(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
Copyright © 2022. All rights reserved.