| Package | Description |
|---|---|
| software.amazon.awssdk.services.account.model | |
| software.amazon.awssdk.services.account.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Region> |
ListRegionsResponse.regions()
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
| Modifier and Type | Method and Description |
|---|---|
ListRegionsResponse.Builder |
ListRegionsResponse.Builder.regions(Region... regions)
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
| Modifier and Type | Method and Description |
|---|---|
ListRegionsResponse.Builder |
ListRegionsResponse.Builder.regions(Collection<Region> regions)
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Region> |
ListRegionsPublisher.regions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Region> |
ListRegionsIterable.regions()
Returns an iterable to iterate through the paginated
ListRegionsResponse.regions() member. |
Copyright © 2023. All rights reserved.