Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetConfigurationSetResponse
-
Packages that use GetConfigurationSetResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of GetConfigurationSetResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetConfigurationSetResponse Modifier and Type Method Description default GetConfigurationSetResponsePinpointEmailClient. 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 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.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type GetConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationSetResponse>PinpointEmailAsyncClient. 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>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.
-