Uses of Class
software.amazon.awssdk.services.sesv2.model.PutDedicatedIpPoolScalingAttributesResponse
Packages that use PutDedicatedIpPoolScalingAttributesResponse
-
Uses of PutDedicatedIpPoolScalingAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutDedicatedIpPoolScalingAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putDedicatedIpPoolScalingAttributes(Consumer<PutDedicatedIpPoolScalingAttributesRequest.Builder> putDedicatedIpPoolScalingAttributesRequest) Used to convert a dedicated IP pool to a different scaling mode.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 PutDedicatedIpPoolScalingAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putDedicatedIpPoolScalingAttributes(Consumer<PutDedicatedIpPoolScalingAttributesRequest.Builder> putDedicatedIpPoolScalingAttributesRequest) Used to convert a dedicated IP pool to a different scaling mode.SesV2AsyncClient.putDedicatedIpPoolScalingAttributes(PutDedicatedIpPoolScalingAttributesRequest putDedicatedIpPoolScalingAttributesRequest) Used to convert a dedicated IP pool to a different scaling mode.