Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.PutProtectConfigurationRuleSetNumberOverrideRequest.Builder
-
Packages that use PutProtectConfigurationRuleSetNumberOverrideRequest.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 PutProtectConfigurationRuleSetNumberOverrideRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2
Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2 with type arguments of type PutProtectConfigurationRuleSetNumberOverrideRequest.Builder Modifier and Type Method Description default CompletableFuture<PutProtectConfigurationRuleSetNumberOverrideResponse>PinpointSmsVoiceV2AsyncClient. putProtectConfigurationRuleSetNumberOverride(Consumer<PutProtectConfigurationRuleSetNumberOverrideRequest.Builder> putProtectConfigurationRuleSetNumberOverrideRequest)Create or update a RuleSetNumberOverride and associate it with a protect configuration.default PutProtectConfigurationRuleSetNumberOverrideResponsePinpointSmsVoiceV2Client. putProtectConfigurationRuleSetNumberOverride(Consumer<PutProtectConfigurationRuleSetNumberOverrideRequest.Builder> putProtectConfigurationRuleSetNumberOverrideRequest)Create or update a RuleSetNumberOverride and associate it with a protect configuration. -
Uses of PutProtectConfigurationRuleSetNumberOverrideRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return PutProtectConfigurationRuleSetNumberOverrideRequest.Builder Modifier and Type Method Description PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. action(String action)The action for the rule to either block or allow messages to the destination phone number.PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. action(ProtectConfigurationRuleOverrideAction action)The action for the rule to either block or allow messages to the destination phone number.static PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest. builder()PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. destinationPhoneNumber(String destinationPhoneNumber)The destination phone number in E.164 format.PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. expirationTimestamp(Instant expirationTimestamp)The time the rule will expire at.PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. protectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type PutProtectConfigurationRuleSetNumberOverrideRequest.Builder Modifier and Type Method Description static Class<? extends PutProtectConfigurationRuleSetNumberOverrideRequest.Builder>PutProtectConfigurationRuleSetNumberOverrideRequest. serializableBuilderClass()
-