Uses of Class
com.oracle.bmc.usageapi.responses.CreateCustomTableResponse
-
Packages that use CreateCustomTableResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of CreateCustomTableResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return CreateCustomTableResponse Modifier and Type Method Description CreateCustomTableResponse
Usageapi. createCustomTable(CreateCustomTableRequest request)
Returns the created custom table.CreateCustomTableResponse
UsageapiClient. createCustomTable(CreateCustomTableRequest request)
Methods in com.oracle.bmc.usageapi that return types with arguments of type CreateCustomTableResponse 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)
Method parameters in com.oracle.bmc.usageapi with type arguments of type CreateCustomTableResponse 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 CreateCustomTableResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return CreateCustomTableResponse Modifier and Type Method Description CreateCustomTableResponse
CreateCustomTableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type CreateCustomTableResponse Modifier and Type Method Description CreateCustomTableResponse.Builder
CreateCustomTableResponse.Builder. copy(CreateCustomTableResponse o)
Copy method to populate the builder with values from the given instance.
-