Uses of Class
software.amazon.awssdk.services.sesv2.model.GetAccountResponse
Packages that use GetAccountResponse
-
Uses of GetAccountResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetAccountResponseModifier and TypeMethodDescriptiondefault 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 GetAccountResponseModifier and TypeMethodDescriptiondefault 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.