Uses of Class
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetResponse
-
Packages that use GetConfigurationSetResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetConfigurationSetResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetConfigurationSetResponse Modifier and Type Method Description default GetConfigurationSetResponseSesV2Client. getConfigurationSet(Consumer<GetConfigurationSetRequest.Builder> getConfigurationSetRequest)Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.default GetConfigurationSetResponseSesV2Client. getConfigurationSet(GetConfigurationSetRequest getConfigurationSetRequest)Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationSetResponse>SesV2AsyncClient. getConfigurationSet(Consumer<GetConfigurationSetRequest.Builder> getConfigurationSetRequest)Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.default CompletableFuture<GetConfigurationSetResponse>SesV2AsyncClient. getConfigurationSet(GetConfigurationSetRequest getConfigurationSetRequest)Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.
-