Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UpdatePoolResponse
-
Packages that use UpdatePoolResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of UpdatePoolResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return UpdatePoolResponse Modifier and Type Method Description default UpdatePoolResponsePinpointSmsVoiceV2Client. updatePool(Consumer<UpdatePoolRequest.Builder> updatePoolRequest)Updates the configuration of an existing pool.default UpdatePoolResponsePinpointSmsVoiceV2Client. updatePool(UpdatePoolRequest updatePoolRequest)Updates the configuration of an existing pool.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type UpdatePoolResponse Modifier and Type Method Description default CompletableFuture<UpdatePoolResponse>PinpointSmsVoiceV2AsyncClient. updatePool(Consumer<UpdatePoolRequest.Builder> updatePoolRequest)Updates the configuration of an existing pool.default CompletableFuture<UpdatePoolResponse>PinpointSmsVoiceV2AsyncClient. updatePool(UpdatePoolRequest updatePoolRequest)Updates the configuration of an existing pool.
-