Uses of Class
software.amazon.awssdk.services.sns.model.GetDataProtectionPolicyRequest
-
Packages that use GetDataProtectionPolicyRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of GetDataProtectionPolicyRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type GetDataProtectionPolicyRequest Modifier and Type Method Description default CompletableFuture<GetDataProtectionPolicyResponse>SnsAsyncClient. getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest)Retrieves the specified inlineDataProtectionPolicydocument that is stored in the specified Amazon SNS topic.default GetDataProtectionPolicyResponseSnsClient. getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest)Retrieves the specified inlineDataProtectionPolicydocument that is stored in the specified Amazon SNS topic. -
Uses of GetDataProtectionPolicyRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type GetDataProtectionPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetDataProtectionPolicyRequestMarshaller. marshall(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest)
-