| Package | Description |
|---|---|
| software.amazon.awssdk.services.account.model |
| 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. |
Copyright © 2023. All rights reserved.