Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DeleteProtectConfigurationRequest.Builder
-
Packages that use DeleteProtectConfigurationRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference.software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of DeleteProtectConfigurationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2
Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2 with type arguments of type DeleteProtectConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. deleteProtectConfiguration(Consumer<DeleteProtectConfigurationRequest.Builder> deleteProtectConfigurationRequest)Permanently delete the protect configuration.default DeleteProtectConfigurationResponsePinpointSmsVoiceV2Client. deleteProtectConfiguration(Consumer<DeleteProtectConfigurationRequest.Builder> deleteProtectConfigurationRequest)Permanently delete the protect configuration. -
Uses of DeleteProtectConfigurationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return DeleteProtectConfigurationRequest.Builder Modifier and Type Method Description static DeleteProtectConfigurationRequest.BuilderDeleteProtectConfigurationRequest. builder()DeleteProtectConfigurationRequest.BuilderDeleteProtectConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteProtectConfigurationRequest.BuilderDeleteProtectConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteProtectConfigurationRequest.BuilderDeleteProtectConfigurationRequest.Builder. protectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.DeleteProtectConfigurationRequest.BuilderDeleteProtectConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type DeleteProtectConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteProtectConfigurationRequest.Builder>DeleteProtectConfigurationRequest. serializableBuilderClass()
-