Uses of Class
software.amazon.awssdk.services.sns.model.PutDataProtectionPolicyResponse
-
Packages that use PutDataProtectionPolicyResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of PutDataProtectionPolicyResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return PutDataProtectionPolicyResponse Modifier and Type Method Description default PutDataProtectionPolicyResponse
SnsClient. putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest)
Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.default PutDataProtectionPolicyResponse
SnsClient. 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 PutDataProtectionPolicyResponse 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 CompletableFuture<PutDataProtectionPolicyResponse>
SnsAsyncClient. putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest)
Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.
-