Uses of Class
software.amazon.awssdk.services.account.model.PutAlternateContactResponse
-
Packages that use PutAlternateContactResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of PutAlternateContactResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return PutAlternateContactResponse Modifier and Type Method Description default PutAlternateContactResponseAccountClient. putAlternateContact(Consumer<PutAlternateContactRequest.Builder> putAlternateContactRequest)Modifies the specified alternate contact attached to an Amazon Web Services account.default PutAlternateContactResponseAccountClient. putAlternateContact(PutAlternateContactRequest putAlternateContactRequest)Modifies 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 PutAlternateContactResponse Modifier and Type Method Description default CompletableFuture<PutAlternateContactResponse>AccountAsyncClient. putAlternateContact(Consumer<PutAlternateContactRequest.Builder> putAlternateContactRequest)Modifies the specified alternate contact attached to an Amazon Web Services account.default CompletableFuture<PutAlternateContactResponse>AccountAsyncClient. putAlternateContact(PutAlternateContactRequest putAlternateContactRequest)Modifies the specified alternate contact attached to an Amazon Web Services account.
-