Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UpdateProtectConfigurationResponse
-
Packages that use UpdateProtectConfigurationResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of UpdateProtectConfigurationResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return UpdateProtectConfigurationResponse Modifier and Type Method Description default UpdateProtectConfigurationResponsePinpointSmsVoiceV2Client. updateProtectConfiguration(Consumer<UpdateProtectConfigurationRequest.Builder> updateProtectConfigurationRequest)Update the setting for an existing protect configuration.default UpdateProtectConfigurationResponsePinpointSmsVoiceV2Client. updateProtectConfiguration(UpdateProtectConfigurationRequest updateProtectConfigurationRequest)Update the setting for an existing protect configuration.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type UpdateProtectConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. updateProtectConfiguration(Consumer<UpdateProtectConfigurationRequest.Builder> updateProtectConfigurationRequest)Update the setting for an existing protect configuration.default CompletableFuture<UpdateProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. updateProtectConfiguration(UpdateProtectConfigurationRequest updateProtectConfigurationRequest)Update the setting for an existing protect configuration.
-