Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpInPoolRequest.Builder
Packages that use PutDedicatedIpInPoolRequest.Builder
Package
Description
-
Uses of PutDedicatedIpInPoolRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutDedicatedIpInPoolRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putDedicatedIpInPool(Consumer<PutDedicatedIpInPoolRequest.Builder> putDedicatedIpInPoolRequest) Move a dedicated IP address to an existing dedicated IP pool.default PutDedicatedIpInPoolResponseSesV2Client.putDedicatedIpInPool(Consumer<PutDedicatedIpInPoolRequest.Builder> putDedicatedIpInPoolRequest) Move a dedicated IP address to an existing dedicated IP pool. -
Uses of PutDedicatedIpInPoolRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutDedicatedIpInPoolRequest.BuilderModifier and TypeMethodDescriptionPutDedicatedIpInPoolRequest.builder()PutDedicatedIpInPoolRequest.Builder.destinationPoolName(String destinationPoolName) The name of the IP pool that you want to add the dedicated IP address to.The IP address that you want to move to the dedicated IP pool.PutDedicatedIpInPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDedicatedIpInPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDedicatedIpInPoolRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutDedicatedIpInPoolRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDedicatedIpInPoolRequest.Builder>PutDedicatedIpInPoolRequest.serializableBuilderClass()