Uses of Class
software.amazon.awssdk.services.account.model.GetPrimaryEmailResponse
-
Packages that use GetPrimaryEmailResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of GetPrimaryEmailResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return GetPrimaryEmailResponse Modifier and Type Method Description default GetPrimaryEmailResponseAccountClient. getPrimaryEmail(Consumer<GetPrimaryEmailRequest.Builder> getPrimaryEmailRequest)Retrieves the primary email address for the specified account.default GetPrimaryEmailResponseAccountClient. getPrimaryEmail(GetPrimaryEmailRequest getPrimaryEmailRequest)Retrieves the primary email address for the specified account.Methods in software.amazon.awssdk.services.account that return types with arguments of type GetPrimaryEmailResponse Modifier and Type Method Description default CompletableFuture<GetPrimaryEmailResponse>AccountAsyncClient. getPrimaryEmail(Consumer<GetPrimaryEmailRequest.Builder> getPrimaryEmailRequest)Retrieves the primary email address for the specified account.default CompletableFuture<GetPrimaryEmailResponse>AccountAsyncClient. getPrimaryEmail(GetPrimaryEmailRequest getPrimaryEmailRequest)Retrieves the primary email address for the specified account.
-