Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateProtectConfigurationRequest.Builder
-
Packages that use CreateProtectConfigurationRequest.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 CreateProtectConfigurationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2
Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2 with type arguments of type CreateProtectConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProtectConfigurationResponse>PinpointSmsVoiceV2AsyncClient. createProtectConfiguration(Consumer<CreateProtectConfigurationRequest.Builder> createProtectConfigurationRequest)Create a new protect configuration.default CreateProtectConfigurationResponsePinpointSmsVoiceV2Client. createProtectConfiguration(Consumer<CreateProtectConfigurationRequest.Builder> createProtectConfigurationRequest)Create a new protect configuration. -
Uses of CreateProtectConfigurationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return CreateProtectConfigurationRequest.Builder Modifier and Type Method Description static CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest. builder()CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. deletionProtectionEnabled(Boolean deletionProtectionEnabled)When set to true deletion protection is enabled.CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. tags(Collection<Tag> tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest.Builder. tags(Tag... tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationRequest.BuilderCreateProtectConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type CreateProtectConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends CreateProtectConfigurationRequest.Builder>CreateProtectConfigurationRequest. serializableBuilderClass()
-