Uses of Class
software.amazon.awssdk.services.sns.model.PutDataProtectionPolicyResponse
Packages that use PutDataProtectionPolicyResponse
-
Uses of PutDataProtectionPolicyResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return PutDataProtectionPolicyResponseModifier and TypeMethodDescriptiondefault PutDataProtectionPolicyResponseSnsClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.default PutDataProtectionPolicyResponseSnsClient.putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.Methods in software.amazon.awssdk.services.sns that return types with arguments of type PutDataProtectionPolicyResponseModifier and TypeMethodDescriptionSnsAsyncClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.SnsAsyncClient.putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.