| Package | Description |
|---|---|
| software.amazon.awssdk.services.account |
Operations for Amazon Web Services Account Management
|
| software.amazon.awssdk.services.account.paginators | |
| software.amazon.awssdk.services.account.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRegionsResponse> |
AccountAsyncClient.listRegions(ListRegionsRequest 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.
|
default ListRegionsPublisher |
AccountAsyncClient.listRegionsPaginator(ListRegionsRequest listRegionsRequest)
Lists all the Regions for a given account and their respective opt-in statuses.
|
default ListRegionsIterable |
AccountClient.listRegionsPaginator(ListRegionsRequest listRegionsRequest)
Lists all the Regions for a given account and their respective opt-in statuses.
|
| Constructor and Description |
|---|
ListRegionsIterable(AccountClient client,
ListRegionsRequest firstRequest) |
ListRegionsPublisher(AccountAsyncClient client,
ListRegionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRegionsRequestMarshaller.marshall(ListRegionsRequest listRegionsRequest) |
Copyright © 2023. All rights reserved.