| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.paginators |
| 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 ListByoipCidrsResponse |
GlobalAcceleratorClient.listByoipCidrs(ListByoipCidrsRequest 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 |
|---|---|
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 CompletableFuture<ListByoipCidrsResponse> |
GlobalAcceleratorAsyncClient.listByoipCidrs(ListByoipCidrsRequest 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 |
|---|---|
Iterator<ListByoipCidrsResponse> |
ListByoipCidrsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListByoipCidrsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListByoipCidrsResponse> subscriber) |
Copyright © 2023. All rights reserved.