Uses of Class
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpInPoolResponse
-
Packages that use PutDedicatedIpInPoolResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutDedicatedIpInPoolResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutDedicatedIpInPoolResponse Modifier and Type Method Description default PutDedicatedIpInPoolResponseSesV2Client. putDedicatedIpInPool(Consumer<PutDedicatedIpInPoolRequest.Builder> putDedicatedIpInPoolRequest)Move a dedicated IP address to an existing dedicated IP pool.default PutDedicatedIpInPoolResponseSesV2Client. putDedicatedIpInPool(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest)Move a dedicated IP address to an existing dedicated IP pool.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutDedicatedIpInPoolResponse 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 CompletableFuture<PutDedicatedIpInPoolResponse>SesV2AsyncClient. putDedicatedIpInPool(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest)Move a dedicated IP address to an existing dedicated IP pool.
-