Uses of Class
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpPoolScalingAttributesResponse
-
Packages that use PutDedicatedIpPoolScalingAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutDedicatedIpPoolScalingAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutDedicatedIpPoolScalingAttributesResponse Modifier and Type Method Description default PutDedicatedIpPoolScalingAttributesResponse
SesV2Client. putDedicatedIpPoolScalingAttributes(Consumer<PutDedicatedIpPoolScalingAttributesRequest.Builder> putDedicatedIpPoolScalingAttributesRequest)
Used to convert a dedicated IP pool to a different scaling mode.default PutDedicatedIpPoolScalingAttributesResponse
SesV2Client. putDedicatedIpPoolScalingAttributes(PutDedicatedIpPoolScalingAttributesRequest putDedicatedIpPoolScalingAttributesRequest)
Used to convert a dedicated IP pool to a different scaling mode.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutDedicatedIpPoolScalingAttributesResponse Modifier and Type Method Description default CompletableFuture<PutDedicatedIpPoolScalingAttributesResponse>
SesV2AsyncClient. putDedicatedIpPoolScalingAttributes(Consumer<PutDedicatedIpPoolScalingAttributesRequest.Builder> putDedicatedIpPoolScalingAttributesRequest)
Used to convert a dedicated IP pool to a different scaling mode.default CompletableFuture<PutDedicatedIpPoolScalingAttributesResponse>
SesV2AsyncClient. putDedicatedIpPoolScalingAttributes(PutDedicatedIpPoolScalingAttributesRequest putDedicatedIpPoolScalingAttributesRequest)
Used to convert a dedicated IP pool to a different scaling mode.
-