Uses of Class
software.amazon.awssdk.services.dynamodb.model.DeleteResourcePolicyResponse
-
Packages that use DeleteResourcePolicyResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of DeleteResourcePolicyResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DeleteResourcePolicyResponse Modifier and Type Method Description default 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DeleteResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteResourcePolicyResponse>DynamoDbAsyncClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Deletes the resource-based policy attached to the resource, which can be a table or stream.default CompletableFuture<DeleteResourcePolicyResponse>DynamoDbAsyncClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Deletes the resource-based policy attached to the resource, which can be a table or stream.
-