Uses of Class
software.amazon.awssdk.services.account.model.ListRegionsRequest
-
Packages that use ListRegionsRequest Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.paginators software.amazon.awssdk.services.account.transform -
-
Uses of ListRegionsRequest in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account with parameters of type ListRegionsRequest Modifier and Type Method Description default CompletableFuture<ListRegionsResponse>AccountAsyncClient. listRegions(ListRegionsRequest listRegionsRequest)Lists all the Regions for a given account and their respective opt-in statuses.default ListRegionsResponseAccountClient. listRegions(ListRegionsRequest listRegionsRequest)Lists all the Regions for a given account and their respective opt-in statuses.default ListRegionsPublisherAccountAsyncClient. listRegionsPaginator(ListRegionsRequest listRegionsRequest)This is a variant ofAccountAsyncClient.listRegions(software.amazon.awssdk.services.account.model.ListRegionsRequest)operation.default ListRegionsIterableAccountClient. listRegionsPaginator(ListRegionsRequest listRegionsRequest)This is a variant ofAccountClient.listRegions(software.amazon.awssdk.services.account.model.ListRegionsRequest)operation. -
Uses of ListRegionsRequest in software.amazon.awssdk.services.account.paginators
Constructors in software.amazon.awssdk.services.account.paginators with parameters of type ListRegionsRequest Constructor Description ListRegionsIterable(AccountClient client, ListRegionsRequest firstRequest)ListRegionsPublisher(AccountAsyncClient client, ListRegionsRequest firstRequest) -
Uses of ListRegionsRequest in software.amazon.awssdk.services.account.transform
Methods in software.amazon.awssdk.services.account.transform with parameters of type ListRegionsRequest Modifier and Type Method Description SdkHttpFullRequestListRegionsRequestMarshaller. marshall(ListRegionsRequest listRegionsRequest)
-