Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DeleteProtectConfigurationResponse
-
Packages that use DeleteProtectConfigurationResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of DeleteProtectConfigurationResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DeleteProtectConfigurationResponse Modifier and Type Method Description default DeleteProtectConfigurationResponsePinpointSmsVoiceV2Client. deleteProtectConfiguration(Consumer<DeleteProtectConfigurationRequest.Builder> deleteProtectConfigurationRequest)Permanently delete the protect configuration.default DeleteProtectConfigurationResponsePinpointSmsVoiceV2Client. deleteProtectConfiguration(DeleteProtectConfigurationRequest deleteProtectConfigurationRequest)Permanently delete the protect configuration.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DeleteProtectConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. deleteProtectConfiguration(Consumer<DeleteProtectConfigurationRequest.Builder> deleteProtectConfigurationRequest)Permanently delete the protect configuration.default CompletableFuture<DeleteProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. deleteProtectConfiguration(DeleteProtectConfigurationRequest deleteProtectConfigurationRequest)Permanently delete the protect configuration.
-