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