Uses of Class
software.amazon.awssdk.services.chime.model.GetAccountResponse
-
Packages that use GetAccountResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetAccountResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetAccountResponse Modifier and Type Method Description default GetAccountResponseChimeClient. getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.default GetAccountResponseChimeClient. getAccount(GetAccountRequest getAccountRequest)Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetAccountResponse Modifier and Type Method Description default CompletableFuture<GetAccountResponse>ChimeAsyncClient. getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.default CompletableFuture<GetAccountResponse>ChimeAsyncClient. getAccount(GetAccountRequest getAccountRequest)Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
-