Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DisassociateProtectConfigurationResponse
-
Packages that use DisassociateProtectConfigurationResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of DisassociateProtectConfigurationResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DisassociateProtectConfigurationResponse Modifier and Type Method Description default DisassociateProtectConfigurationResponsePinpointSmsVoiceV2Client. disassociateProtectConfiguration(Consumer<DisassociateProtectConfigurationRequest.Builder> disassociateProtectConfigurationRequest)Disassociate a protect configuration from a configuration set.default DisassociateProtectConfigurationResponsePinpointSmsVoiceV2Client. disassociateProtectConfiguration(DisassociateProtectConfigurationRequest disassociateProtectConfigurationRequest)Disassociate a protect configuration from a configuration set.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DisassociateProtectConfigurationResponse Modifier and Type Method Description default CompletableFuture<DisassociateProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. disassociateProtectConfiguration(Consumer<DisassociateProtectConfigurationRequest.Builder> disassociateProtectConfigurationRequest)Disassociate a protect configuration from a configuration set.default CompletableFuture<DisassociateProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. disassociateProtectConfiguration(DisassociateProtectConfigurationRequest disassociateProtectConfigurationRequest)Disassociate a protect configuration from a configuration set.
-