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