| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| software.amazon.awssdk.services.elasticloadbalancingv2.paginators | |
| software.amazon.awssdk.services.elasticloadbalancingv2.transform |
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<DescribeListenersResponse> |
ElasticLoadBalancingV2AsyncClient.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(DescribeListenersRequest describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
|
default DescribeListenersPublisher |
ElasticLoadBalancingV2AsyncClient.describeListenersPaginator(DescribeListenersRequest describeListenersRequest)
Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load
Balancer, or Gateway Load Balancer.
|
| Constructor and Description |
|---|
DescribeListenersIterable(ElasticLoadBalancingV2Client client,
DescribeListenersRequest firstRequest) |
DescribeListenersPublisher(ElasticLoadBalancingV2AsyncClient client,
DescribeListenersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeListenersRequestMarshaller.marshall(DescribeListenersRequest describeListenersRequest) |
Copyright © 2022. All rights reserved.