Uses of Class
com.oracle.bmc.osubusage.responses.GetComputedUsageResponse
-
Packages that use GetComputedUsageResponse Package Description com.oracle.bmc.osubusage com.oracle.bmc.osubusage.responses -
-
Uses of GetComputedUsageResponse in com.oracle.bmc.osubusage
Methods in com.oracle.bmc.osubusage that return GetComputedUsageResponse Modifier and Type Method Description GetComputedUsageResponse
ComputedUsage. getComputedUsage(GetComputedUsageRequest request)
This is an API which returns Computed Usage corresponding to the id passedGetComputedUsageResponse
ComputedUsageClient. getComputedUsage(GetComputedUsageRequest request)
Methods in com.oracle.bmc.osubusage that return types with arguments of type GetComputedUsageResponse Modifier and Type Method Description Future<GetComputedUsageResponse>
ComputedUsageAsync. getComputedUsage(GetComputedUsageRequest request, AsyncHandler<GetComputedUsageRequest,GetComputedUsageResponse> handler)
This is an API which returns Computed Usage corresponding to the id passedFuture<GetComputedUsageResponse>
ComputedUsageAsyncClient. getComputedUsage(GetComputedUsageRequest request, AsyncHandler<GetComputedUsageRequest,GetComputedUsageResponse> handler)
Method parameters in com.oracle.bmc.osubusage with type arguments of type GetComputedUsageResponse Modifier and Type Method Description Future<GetComputedUsageResponse>
ComputedUsageAsync. getComputedUsage(GetComputedUsageRequest request, AsyncHandler<GetComputedUsageRequest,GetComputedUsageResponse> handler)
This is an API which returns Computed Usage corresponding to the id passedFuture<GetComputedUsageResponse>
ComputedUsageAsyncClient. getComputedUsage(GetComputedUsageRequest request, AsyncHandler<GetComputedUsageRequest,GetComputedUsageResponse> handler)
-
Uses of GetComputedUsageResponse in com.oracle.bmc.osubusage.responses
Methods in com.oracle.bmc.osubusage.responses that return GetComputedUsageResponse Modifier and Type Method Description GetComputedUsageResponse
GetComputedUsageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osubusage.responses with parameters of type GetComputedUsageResponse Modifier and Type Method Description GetComputedUsageResponse.Builder
GetComputedUsageResponse.Builder. copy(GetComputedUsageResponse o)
Copy method to populate the builder with values from the given instance.
-