Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetConfigurationSetRequest
-
Packages that use GetConfigurationSetRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of GetConfigurationSetRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type GetConfigurationSetRequest Modifier and Type Method Description default CompletableFuture<GetConfigurationSetResponse>PinpointEmailAsyncClient. 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 GetConfigurationSetResponsePinpointEmailClient. 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.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type GetConfigurationSetRequest Modifier and Type Method Description SdkHttpFullRequestGetConfigurationSetRequestMarshaller. marshall(GetConfigurationSetRequest getConfigurationSetRequest)
-