Uses of Class
software.amazon.awssdk.services.account.model.GetRegionOptStatusResponse
-
Packages that use GetRegionOptStatusResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of GetRegionOptStatusResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return GetRegionOptStatusResponse Modifier and Type Method Description default GetRegionOptStatusResponseAccountClient. getRegionOptStatus(Consumer<GetRegionOptStatusRequest.Builder> getRegionOptStatusRequest)Retrieves the opt-in status of a particular Region.default GetRegionOptStatusResponseAccountClient. getRegionOptStatus(GetRegionOptStatusRequest getRegionOptStatusRequest)Retrieves the opt-in status of a particular Region.Methods in software.amazon.awssdk.services.account that return types with arguments of type GetRegionOptStatusResponse Modifier and Type Method Description default CompletableFuture<GetRegionOptStatusResponse>AccountAsyncClient. getRegionOptStatus(Consumer<GetRegionOptStatusRequest.Builder> getRegionOptStatusRequest)Retrieves the opt-in status of a particular Region.default CompletableFuture<GetRegionOptStatusResponse>AccountAsyncClient. getRegionOptStatus(GetRegionOptStatusRequest getRegionOptStatusRequest)Retrieves the opt-in status of a particular Region.
-