| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEndpointGroupsResponse |
GlobalAcceleratorClient.listEndpointGroups(Consumer<ListEndpointGroupsRequest.Builder> listEndpointGroupsRequest)
List the endpoint groups that are associated with a listener.
|
default ListEndpointGroupsResponse |
GlobalAcceleratorClient.listEndpointGroups(ListEndpointGroupsRequest listEndpointGroupsRequest)
List the endpoint groups that are associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEndpointGroupsResponse> |
GlobalAcceleratorAsyncClient.listEndpointGroups(Consumer<ListEndpointGroupsRequest.Builder> listEndpointGroupsRequest)
List the endpoint groups that are associated with a listener.
|
default CompletableFuture<ListEndpointGroupsResponse> |
GlobalAcceleratorAsyncClient.listEndpointGroups(ListEndpointGroupsRequest listEndpointGroupsRequest)
List the endpoint groups that are associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEndpointGroupsResponse> |
ListEndpointGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEndpointGroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.