| Package | Description |
|---|---|
| software.amazon.awssdk.services.account |
Operations for Amazon Web Services Account Management
|
| software.amazon.awssdk.services.account.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRegionsResponse |
AccountClient.listRegions(Consumer<ListRegionsRequest.Builder> listRegionsRequest)
Lists all the Regions for a given account and their respective opt-in statuses.
|
default ListRegionsResponse |
AccountClient.listRegions(ListRegionsRequest listRegionsRequest)
Lists all the Regions for a given account and their respective opt-in statuses.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRegionsResponse> |
AccountAsyncClient.listRegions(Consumer<ListRegionsRequest.Builder> listRegionsRequest)
Lists all the Regions for a given account and their respective opt-in statuses.
|
default CompletableFuture<ListRegionsResponse> |
AccountAsyncClient.listRegions(ListRegionsRequest listRegionsRequest)
Lists all the Regions for a given account and their respective opt-in statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRegionsResponse> |
ListRegionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRegionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRegionsResponse> subscriber) |
Copyright © 2023. All rights reserved.