Uses of Class
software.amazon.awssdk.services.account.model.ListRegionsResponse
-
Packages that use ListRegionsResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.paginators -
-
Uses of ListRegionsResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return ListRegionsResponse Modifier and Type Method Description default ListRegionsResponseAccountClient. listRegions(Consumer<ListRegionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.account that return types with arguments of type ListRegionsResponse Modifier and Type Method 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. -
Uses of ListRegionsResponse in software.amazon.awssdk.services.account.paginators
Methods in software.amazon.awssdk.services.account.paginators that return types with arguments of type ListRegionsResponse Modifier and Type Method Description Iterator<ListRegionsResponse>ListRegionsIterable. iterator()Method parameters in software.amazon.awssdk.services.account.paginators with type arguments of type ListRegionsResponse Modifier and Type Method Description voidListRegionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRegionsResponse> subscriber)
-