Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetResourcePolicyResponse
Packages that use GetResourcePolicyResponse
-
Uses of GetResourcePolicyResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return GetResourcePolicyResponseModifier and TypeMethodDescriptiondefault GetResourcePolicyResponseDynamoDbClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.default GetResourcePolicyResponseDynamoDbClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type GetResourcePolicyResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.DynamoDbAsyncClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.