Uses of Class
software.amazon.awssdk.services.account.model.GetAlternateContactResponse
-
Packages that use GetAlternateContactResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of GetAlternateContactResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return GetAlternateContactResponse Modifier and Type Method Description default GetAlternateContactResponseAccountClient. getAlternateContact(Consumer<GetAlternateContactRequest.Builder> getAlternateContactRequest)Retrieves the specified alternate contact attached to an Amazon Web Services account.default GetAlternateContactResponseAccountClient. getAlternateContact(GetAlternateContactRequest getAlternateContactRequest)Retrieves the specified alternate contact attached to an Amazon Web Services account.Methods in software.amazon.awssdk.services.account that return types with arguments of type GetAlternateContactResponse Modifier and Type Method Description default CompletableFuture<GetAlternateContactResponse>AccountAsyncClient. getAlternateContact(Consumer<GetAlternateContactRequest.Builder> getAlternateContactRequest)Retrieves the specified alternate contact attached to an Amazon Web Services account.default CompletableFuture<GetAlternateContactResponse>AccountAsyncClient. getAlternateContact(GetAlternateContactRequest getAlternateContactRequest)Retrieves the specified alternate contact attached to an Amazon Web Services account.
-