Uses of Class
software.amazon.awssdk.services.dynamodb.model.PolicyNotFoundException
Packages that use PolicyNotFoundException
-
Uses of PolicyNotFoundException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw PolicyNotFoundExceptionModifier and TypeMethodDescriptiondefault DeleteResourcePolicyResponseDynamoDbClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) Deletes the resource-based policy attached to the resource, which can be a table or stream.default DeleteResourcePolicyResponseDynamoDbClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) Deletes the resource-based policy attached to the resource, which can be a table or stream.default 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.default PutResourcePolicyResponseDynamoDbClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.default PutResourcePolicyResponseDynamoDbClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.