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