Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpInPoolRequest.Builder
-
Packages that use PutDedicatedIpInPoolRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutDedicatedIpInPoolRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutDedicatedIpInPoolRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDedicatedIpInPoolResponse>SesV2AsyncClient. 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.Builder Modifier and Type Method Description static PutDedicatedIpInPoolRequest.BuilderPutDedicatedIpInPoolRequest. builder()PutDedicatedIpInPoolRequest.BuilderPutDedicatedIpInPoolRequest.Builder. destinationPoolName(String destinationPoolName)The name of the IP pool that you want to add the dedicated IP address to.PutDedicatedIpInPoolRequest.BuilderPutDedicatedIpInPoolRequest.Builder. ip(String ip)The IP address that you want to move to the dedicated IP pool.PutDedicatedIpInPoolRequest.BuilderPutDedicatedIpInPoolRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDedicatedIpInPoolRequest.BuilderPutDedicatedIpInPoolRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDedicatedIpInPoolRequest.BuilderPutDedicatedIpInPoolRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutDedicatedIpInPoolRequest.Builder Modifier and Type Method Description static Class<? extends PutDedicatedIpInPoolRequest.Builder>PutDedicatedIpInPoolRequest. serializableBuilderClass()
-