Uses of Interface
software.amazon.awssdk.services.sns.model.PutDataProtectionPolicyRequest.Builder
-
Packages that use PutDataProtectionPolicyRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of PutDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type PutDataProtectionPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDataProtectionPolicyResponse>SnsAsyncClient. 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.Builder Modifier and Type Method Description static PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest. builder()PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. dataProtectionPolicy(String dataProtectionPolicy)The JSON serialization of the topic'sDataProtectionPolicy.PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. resourceArn(String resourceArn)The ARN of the topic whoseDataProtectionPolicyyou want to add or update.PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PutDataProtectionPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutDataProtectionPolicyRequest.Builder>PutDataProtectionPolicyRequest. serializableBuilderClass()
-