Uses of Class
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetRequest
-
Packages that use GetConfigurationSetRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetConfigurationSetRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetConfigurationSetRequest Modifier and Type Method Description 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.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. -
Uses of GetConfigurationSetRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetConfigurationSetRequest Modifier and Type Method Description SdkHttpFullRequestGetConfigurationSetRequestMarshaller. marshall(GetConfigurationSetRequest getConfigurationSetRequest)
-