Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.GetConfigurationSetRequest.Builder
-
Packages that use GetConfigurationSetRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of GetConfigurationSetRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type GetConfigurationSetRequest.Builder 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 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. -
Uses of GetConfigurationSetRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return GetConfigurationSetRequest.Builder Modifier and Type Method Description static GetConfigurationSetRequest.BuilderGetConfigurationSetRequest. builder()GetConfigurationSetRequest.BuilderGetConfigurationSetRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that you want to obtain more information about.GetConfigurationSetRequest.BuilderGetConfigurationSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationSetRequest.BuilderGetConfigurationSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationSetRequest.BuilderGetConfigurationSetRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type GetConfigurationSetRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationSetRequest.Builder>GetConfigurationSetRequest. serializableBuilderClass()
-