Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpPoolScalingAttributesRequest.Builder
Packages that use PutDedicatedIpPoolScalingAttributesRequest.Builder
Package
Description
-
Uses of PutDedicatedIpPoolScalingAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutDedicatedIpPoolScalingAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putDedicatedIpPoolScalingAttributes(Consumer<PutDedicatedIpPoolScalingAttributesRequest.Builder> putDedicatedIpPoolScalingAttributesRequest) Used to convert a dedicated IP pool to a different scaling mode.SesV2Client.putDedicatedIpPoolScalingAttributes(Consumer<PutDedicatedIpPoolScalingAttributesRequest.Builder> putDedicatedIpPoolScalingAttributesRequest) Used to convert a dedicated IP pool to a different scaling mode. -
Uses of PutDedicatedIpPoolScalingAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutDedicatedIpPoolScalingAttributesRequest.BuilderModifier and TypeMethodDescriptionPutDedicatedIpPoolScalingAttributesRequest.builder()PutDedicatedIpPoolScalingAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDedicatedIpPoolScalingAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.Builder.scalingMode(String scalingMode) The scaling mode to apply to the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.Builder.scalingMode(ScalingMode scalingMode) The scaling mode to apply to the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutDedicatedIpPoolScalingAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDedicatedIpPoolScalingAttributesRequest.Builder>PutDedicatedIpPoolScalingAttributesRequest.serializableBuilderClass()