Uses of Interface
software.amazon.awssdk.services.sns.model.GetDataProtectionPolicyRequest.Builder
-
Packages that use GetDataProtectionPolicyRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of GetDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type GetDataProtectionPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDataProtectionPolicyResponse>SnsAsyncClient. getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest)Retrieves the specified inlineDataProtectionPolicydocument that is stored in the specified Amazon SNS topic.default GetDataProtectionPolicyResponseSnsClient. getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest)Retrieves the specified inlineDataProtectionPolicydocument that is stored in the specified Amazon SNS topic. -
Uses of GetDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return GetDataProtectionPolicyRequest.Builder Modifier and Type Method Description static GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest. builder()GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest.Builder. resourceArn(String resourceArn)The ARN of the topic whoseDataProtectionPolicyyou want to get.GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type GetDataProtectionPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetDataProtectionPolicyRequest.Builder>GetDataProtectionPolicyRequest. serializableBuilderClass()
-