| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| software.amazon.awssdk.services.elasticloadbalancingv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTargetGroupsResponse |
ElasticLoadBalancingV2Client.describeTargetGroups()
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsResponse |
ElasticLoadBalancingV2Client.describeTargetGroups(Consumer<DescribeTargetGroupsRequest.Builder> describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsResponse |
ElasticLoadBalancingV2Client.describeTargetGroups(DescribeTargetGroupsRequest describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTargetGroupsResponse> |
ElasticLoadBalancingV2AsyncClient.describeTargetGroups()
Describes the specified target groups or all of your target groups.
|
default CompletableFuture<DescribeTargetGroupsResponse> |
ElasticLoadBalancingV2AsyncClient.describeTargetGroups(Consumer<DescribeTargetGroupsRequest.Builder> describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
default CompletableFuture<DescribeTargetGroupsResponse> |
ElasticLoadBalancingV2AsyncClient.describeTargetGroups(DescribeTargetGroupsRequest describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeTargetGroupsResponse> |
DescribeTargetGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTargetGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTargetGroupsResponse> subscriber) |
Copyright © 2019. All rights reserved.