Uses of Class
software.amazon.awssdk.services.sesv2.model.GetAccountResponse
-
Packages that use GetAccountResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetAccountResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetAccountResponse Modifier and Type Method Description default GetAccountResponseSesV2Client. getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.default GetAccountResponseSesV2Client. getAccount(GetAccountRequest getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetAccountResponse Modifier and Type Method Description default CompletableFuture<GetAccountResponse>SesV2AsyncClient. getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<GetAccountResponse>SesV2AsyncClient. getAccount(GetAccountRequest getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon SES account in the current Amazon Web Services Region.
-