Uses of Class
software.amazon.awssdk.services.dynamodb.model.DeleteResourcePolicyRequest
-
Packages that use DeleteResourcePolicyRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of DeleteResourcePolicyRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type DeleteResourcePolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteResourcePolicyResponse>DynamoDbAsyncClient. deleteResourcePolicy(DeleteResourcePolicyRequest 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. -
Uses of DeleteResourcePolicyRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type DeleteResourcePolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteResourcePolicyRequestMarshaller. marshall(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
-