Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UpdateProtectConfigurationCountryRuleSetRequest.Builder
-
Packages that use UpdateProtectConfigurationCountryRuleSetRequest.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 UpdateProtectConfigurationCountryRuleSetRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2
Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2 with type arguments of type UpdateProtectConfigurationCountryRuleSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateProtectConfigurationCountryRuleSetResponse>PinpointSmsVoiceV2AsyncClient. updateProtectConfigurationCountryRuleSet(Consumer<UpdateProtectConfigurationCountryRuleSetRequest.Builder> updateProtectConfigurationCountryRuleSetRequest)Update a country rule set toALLOWorBLOCKmessages to be sent to the specified destination counties.default UpdateProtectConfigurationCountryRuleSetResponsePinpointSmsVoiceV2Client. updateProtectConfigurationCountryRuleSet(Consumer<UpdateProtectConfigurationCountryRuleSetRequest.Builder> updateProtectConfigurationCountryRuleSetRequest)Update a country rule set toALLOWorBLOCKmessages to be sent to the specified destination counties. -
Uses of UpdateProtectConfigurationCountryRuleSetRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return UpdateProtectConfigurationCountryRuleSetRequest.Builder Modifier and Type Method Description static UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest. builder()UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. countryRuleSetUpdates(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSetUpdates)A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. numberCapability(String numberCapability)The number capability to apply the CountryRuleSetUpdates updates to.UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. numberCapability(NumberCapability numberCapability)The number capability to apply the CountryRuleSetUpdates updates to.UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. protectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type UpdateProtectConfigurationCountryRuleSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateProtectConfigurationCountryRuleSetRequest.Builder>UpdateProtectConfigurationCountryRuleSetRequest. serializableBuilderClass()
-