Uses of Class
com.oracle.bmc.usageapi.requests.CreateCustomTableRequest
-
Packages that use CreateCustomTableRequest Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.requests -
-
Uses of CreateCustomTableRequest in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi with parameters of type CreateCustomTableRequest Modifier and Type Method Description CreateCustomTableResponse
Usageapi. createCustomTable(CreateCustomTableRequest request)
Returns the created custom table.Future<CreateCustomTableResponse>
UsageapiAsync. createCustomTable(CreateCustomTableRequest request, AsyncHandler<CreateCustomTableRequest,CreateCustomTableResponse> handler)
Returns the created custom table.Future<CreateCustomTableResponse>
UsageapiAsyncClient. createCustomTable(CreateCustomTableRequest request, AsyncHandler<CreateCustomTableRequest,CreateCustomTableResponse> handler)
CreateCustomTableResponse
UsageapiClient. createCustomTable(CreateCustomTableRequest request)
Method parameters in com.oracle.bmc.usageapi with type arguments of type CreateCustomTableRequest Modifier and Type Method Description Future<CreateCustomTableResponse>
UsageapiAsync. createCustomTable(CreateCustomTableRequest request, AsyncHandler<CreateCustomTableRequest,CreateCustomTableResponse> handler)
Returns the created custom table.Future<CreateCustomTableResponse>
UsageapiAsyncClient. createCustomTable(CreateCustomTableRequest request, AsyncHandler<CreateCustomTableRequest,CreateCustomTableResponse> handler)
-
Uses of CreateCustomTableRequest in com.oracle.bmc.usageapi.requests
Methods in com.oracle.bmc.usageapi.requests that return CreateCustomTableRequest Modifier and Type Method Description CreateCustomTableRequest
CreateCustomTableRequest.Builder. build()
Build the instance of CreateCustomTableRequest as configured by this builderCreateCustomTableRequest
CreateCustomTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCustomTableRequest as configured by this builderMethods in com.oracle.bmc.usageapi.requests with parameters of type CreateCustomTableRequest Modifier and Type Method Description CreateCustomTableRequest.Builder
CreateCustomTableRequest.Builder. copy(CreateCustomTableRequest o)
Copy method to populate the builder with values from the given instance.
-