Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.ProtectConfigurationCountryRuleSetInformation
-
Packages that use ProtectConfigurationCountryRuleSetInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of ProtectConfigurationCountryRuleSetInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type ProtectConfigurationCountryRuleSetInformation Modifier and Type Method Description Map<String,ProtectConfigurationCountryRuleSetInformation>GetProtectConfigurationCountryRuleSetResponse. countryRuleSet()A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.Map<String,ProtectConfigurationCountryRuleSetInformation>UpdateProtectConfigurationCountryRuleSetResponse. countryRuleSet()An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.Map<String,ProtectConfigurationCountryRuleSetInformation>UpdateProtectConfigurationCountryRuleSetRequest. countryRuleSetUpdates()A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type ProtectConfigurationCountryRuleSetInformation Modifier and Type Method Description GetProtectConfigurationCountryRuleSetResponse.BuilderGetProtectConfigurationCountryRuleSetResponse.Builder. countryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.UpdateProtectConfigurationCountryRuleSetResponse.BuilderUpdateProtectConfigurationCountryRuleSetResponse.Builder. countryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. countryRuleSetUpdates(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSetUpdates)A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.
-