Uses of Class
com.oracle.bmc.nosql.requests.DeleteTableRequest
-
Packages that use DeleteTableRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of DeleteTableRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type DeleteTableRequest Modifier and Type Method Description DeleteTableResponse
Nosql. deleteTable(DeleteTableRequest request)
Delete a table by tableNameOrId.Future<DeleteTableResponse>
NosqlAsync. deleteTable(DeleteTableRequest request, AsyncHandler<DeleteTableRequest,DeleteTableResponse> handler)
Delete a table by tableNameOrId.Future<DeleteTableResponse>
NosqlAsyncClient. deleteTable(DeleteTableRequest request, AsyncHandler<DeleteTableRequest,DeleteTableResponse> handler)
DeleteTableResponse
NosqlClient. deleteTable(DeleteTableRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type DeleteTableRequest Modifier and Type Method Description Future<DeleteTableResponse>
NosqlAsync. deleteTable(DeleteTableRequest request, AsyncHandler<DeleteTableRequest,DeleteTableResponse> handler)
Delete a table by tableNameOrId.Future<DeleteTableResponse>
NosqlAsyncClient. deleteTable(DeleteTableRequest request, AsyncHandler<DeleteTableRequest,DeleteTableResponse> handler)
-
Uses of DeleteTableRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return DeleteTableRequest Modifier and Type Method Description DeleteTableRequest
DeleteTableRequest.Builder. build()
Build the instance of DeleteTableRequest as configured by this builderDeleteTableRequest
DeleteTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTableRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type DeleteTableRequest Modifier and Type Method Description DeleteTableRequest.Builder
DeleteTableRequest.Builder. copy(DeleteTableRequest o)
Copy method to populate the builder with values from the given instance.
-