Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.GetProtectConfigurationCountryRuleSetRequest.Builder
-
Packages that use GetProtectConfigurationCountryRuleSetRequest.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 GetProtectConfigurationCountryRuleSetRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2
Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2 with type arguments of type GetProtectConfigurationCountryRuleSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetProtectConfigurationCountryRuleSetResponse>PinpointSmsVoiceV2AsyncClient. getProtectConfigurationCountryRuleSet(Consumer<GetProtectConfigurationCountryRuleSetRequest.Builder> getProtectConfigurationCountryRuleSetRequest)Retrieve the CountryRuleSet for the specified NumberCapability from a protect configuration.default GetProtectConfigurationCountryRuleSetResponsePinpointSmsVoiceV2Client. getProtectConfigurationCountryRuleSet(Consumer<GetProtectConfigurationCountryRuleSetRequest.Builder> getProtectConfigurationCountryRuleSetRequest)Retrieve the CountryRuleSet for the specified NumberCapability from a protect configuration. -
Uses of GetProtectConfigurationCountryRuleSetRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return GetProtectConfigurationCountryRuleSetRequest.Builder Modifier and Type Method Description static GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest. builder()GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest.Builder. numberCapability(String numberCapability)The capability type to return the CountryRuleSet for.GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest.Builder. numberCapability(NumberCapability numberCapability)The capability type to return the CountryRuleSet for.GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest.Builder. protectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type GetProtectConfigurationCountryRuleSetRequest.Builder Modifier and Type Method Description static Class<? extends GetProtectConfigurationCountryRuleSetRequest.Builder>GetProtectConfigurationCountryRuleSetRequest. serializableBuilderClass()
-