| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default ListByoipCidrsResponse |
GlobalAcceleratorClient.listByoipCidrs(Consumer<ListByoipCidrsRequest.Builder> listByoipCidrsRequest)
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr,
including the current state and a history of state changes.
|
default CompletableFuture<ListByoipCidrsResponse> |
GlobalAcceleratorAsyncClient.listByoipCidrs(Consumer<ListByoipCidrsRequest.Builder> listByoipCidrsRequest)
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr,
including the current state and a history of state changes.
|
default ListByoipCidrsIterable |
GlobalAcceleratorClient.listByoipCidrsPaginator(Consumer<ListByoipCidrsRequest.Builder> listByoipCidrsRequest)
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr,
including the current state and a history of state changes.
|
default ListByoipCidrsPublisher |
GlobalAcceleratorAsyncClient.listByoipCidrsPaginator(Consumer<ListByoipCidrsRequest.Builder> listByoipCidrsRequest)
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr,
including the current state and a history of state changes.
|
| Modifier and Type | Method and Description |
|---|---|
static ListByoipCidrsRequest.Builder |
ListByoipCidrsRequest.builder() |
ListByoipCidrsRequest.Builder |
ListByoipCidrsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListByoipCidrsRequest.Builder |
ListByoipCidrsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
ListByoipCidrsRequest.Builder |
ListByoipCidrsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListByoipCidrsRequest.Builder |
ListByoipCidrsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListByoipCidrsRequest.Builder |
ListByoipCidrsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListByoipCidrsRequest.Builder> |
ListByoipCidrsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.