| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| Modifier and Type | Method and Description |
|---|---|
default GetDataProtectionPolicyResponse |
SnsClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest)
Retrieves the specified inline
DataProtectionPolicy document that is stored in the specified Amazon
SNS topic. |
default GetDataProtectionPolicyResponse |
SnsClient.getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest)
Retrieves the specified inline
DataProtectionPolicy document that is stored in the specified Amazon
SNS topic. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDataProtectionPolicyResponse> |
SnsAsyncClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest)
Retrieves the specified inline
DataProtectionPolicy document that is stored in the specified Amazon
SNS topic. |
default CompletableFuture<GetDataProtectionPolicyResponse> |
SnsAsyncClient.getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest)
Retrieves the specified inline
DataProtectionPolicy document that is stored in the specified Amazon
SNS topic. |
Copyright © 2022. All rights reserved.