Uses of Class
software.amazon.awssdk.services.account.model.GetAlternateContactRequest
-
Packages that use GetAlternateContactRequest Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.transform -
-
Uses of GetAlternateContactRequest in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account with parameters of type GetAlternateContactRequest Modifier and Type Method Description default CompletableFuture<GetAlternateContactResponse>AccountAsyncClient. getAlternateContact(GetAlternateContactRequest 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. -
Uses of GetAlternateContactRequest in software.amazon.awssdk.services.account.transform
Methods in software.amazon.awssdk.services.account.transform with parameters of type GetAlternateContactRequest Modifier and Type Method Description SdkHttpFullRequestGetAlternateContactRequestMarshaller. marshall(GetAlternateContactRequest getAlternateContactRequest)
-