default DeleteResourcePolicyResponse |
DynamoDbClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) |
Deletes the resource-based policy attached to the resource, which can be a table or stream.
|
default DeleteResourcePolicyResponse |
DynamoDbClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) |
Deletes the resource-based policy attached to the resource, which can be a table or stream.
|
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.
|
default PutResourcePolicyResponse |
DynamoDbClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) |
Attaches a resource-based policy document to the resource, which can be a table or stream.
|
default PutResourcePolicyResponse |
DynamoDbClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) |
Attaches a resource-based policy document to the resource, which can be a table or stream.
|