Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetRequest.Builder
-
Packages that use GetConfigurationSetRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of GetConfigurationSetRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetConfigurationSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfigurationSetResponse>SesV2AsyncClient. 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(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.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.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.GetConfigurationSetRequest.BuilderGetConfigurationSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationSetRequest.BuilderGetConfigurationSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationSetRequest.BuilderGetConfigurationSetRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetConfigurationSetRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationSetRequest.Builder>GetConfigurationSetRequest. serializableBuilderClass()
-