Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetAccountResponse
-
Packages that use GetAccountResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of GetAccountResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetAccountResponse Modifier and Type Method Description default GetAccountResponsePinpointEmailClient. getAccount()Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.default GetAccountResponsePinpointEmailClient. getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.default GetAccountResponsePinpointEmailClient. getAccount(GetAccountRequest getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type GetAccountResponse Modifier and Type Method Description default CompletableFuture<GetAccountResponse>PinpointEmailAsyncClient. getAccount()Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.default CompletableFuture<GetAccountResponse>PinpointEmailAsyncClient. getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.default CompletableFuture<GetAccountResponse>PinpointEmailAsyncClient. getAccount(GetAccountRequest getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.
-