Uses of Interface
software.amazon.awssdk.services.sns.model.PutDataProtectionPolicyRequest.Builder
Packages that use PutDataProtectionPolicyRequest.Builder
Package
Description
-
Uses of PutDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type PutDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.default PutDataProtectionPolicyResponseSnsClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic. -
Uses of PutDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return PutDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionPutDataProtectionPolicyRequest.builder()PutDataProtectionPolicyRequest.Builder.dataProtectionPolicy(String dataProtectionPolicy) The JSON serialization of the topic'sDataProtectionPolicy.PutDataProtectionPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDataProtectionPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDataProtectionPolicyRequest.Builder.resourceArn(String resourceArn) The ARN of the topic whoseDataProtectionPolicyyou want to add or update.PutDataProtectionPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PutDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDataProtectionPolicyRequest.Builder>PutDataProtectionPolicyRequest.serializableBuilderClass()