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