Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetResourcePolicyResponse
-
Packages that use GetResourcePolicyResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of GetResourcePolicyResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return GetResourcePolicyResponse Modifier and Type Method Description default GetResourcePolicyResponse
DynamoDbClient. 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 GetResourcePolicyResponse
DynamoDbClient. 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 GetResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>
DynamoDbAsyncClient. 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 CompletableFuture<GetResourcePolicyResponse>
DynamoDbAsyncClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)
Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
-