Uses of Class
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpInPoolResponse
Packages that use PutDedicatedIpInPoolResponse
-
Uses of PutDedicatedIpInPoolResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutDedicatedIpInPoolResponseModifier and TypeMethodDescriptiondefault 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 PutDedicatedIpInPoolResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putDedicatedIpInPool(Consumer<PutDedicatedIpInPoolRequest.Builder> putDedicatedIpInPoolRequest) Move a dedicated IP address to an existing dedicated IP pool.SesV2AsyncClient.putDedicatedIpInPool(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest) Move a dedicated IP address to an existing dedicated IP pool.