Uses of Class
software.amazon.awssdk.services.supportapp.model.GetAccountAliasResponse
-
Packages that use GetAccountAliasResponse Package Description software.amazon.awssdk.services.supportapp Amazon Web Services Support App in Slack -
-
Uses of GetAccountAliasResponse in software.amazon.awssdk.services.supportapp
Methods in software.amazon.awssdk.services.supportapp that return GetAccountAliasResponse Modifier and Type Method Description default GetAccountAliasResponseSupportAppClient. getAccountAlias(Consumer<GetAccountAliasRequest.Builder> getAccountAliasRequest)Retrieves the alias from an Amazon Web Services account ID.default GetAccountAliasResponseSupportAppClient. getAccountAlias(GetAccountAliasRequest getAccountAliasRequest)Retrieves the alias from an Amazon Web Services account ID.Methods in software.amazon.awssdk.services.supportapp that return types with arguments of type GetAccountAliasResponse Modifier and Type Method Description default CompletableFuture<GetAccountAliasResponse>SupportAppAsyncClient. getAccountAlias(Consumer<GetAccountAliasRequest.Builder> getAccountAliasRequest)Retrieves the alias from an Amazon Web Services account ID.default CompletableFuture<GetAccountAliasResponse>SupportAppAsyncClient. getAccountAlias(GetAccountAliasRequest getAccountAliasRequest)Retrieves the alias from an Amazon Web Services account ID.
-