Uses of Class
com.oracle.bmc.onesubscription.responses.ListComputedUsagesResponse
-
Packages that use ListComputedUsagesResponse Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.responses -
-
Uses of ListComputedUsagesResponse in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription that return ListComputedUsagesResponse Modifier and Type Method Description ListComputedUsagesResponseComputedUsage. listComputedUsages(ListComputedUsagesRequest request)This is a collection API which returns a list of Computed Usages for given filters.ListComputedUsagesResponseComputedUsageClient. listComputedUsages(ListComputedUsagesRequest request)Methods in com.oracle.bmc.onesubscription that return types with arguments of type ListComputedUsagesResponse Modifier and Type Method Description Future<ListComputedUsagesResponse>ComputedUsageAsync. listComputedUsages(ListComputedUsagesRequest request, AsyncHandler<ListComputedUsagesRequest,ListComputedUsagesResponse> handler)This is a collection API which returns a list of Computed Usages for given filters.Future<ListComputedUsagesResponse>ComputedUsageAsyncClient. listComputedUsages(ListComputedUsagesRequest request, AsyncHandler<ListComputedUsagesRequest,ListComputedUsagesResponse> handler)Iterable<ListComputedUsagesResponse>ComputedUsagePaginators. listComputedUsagesResponseIterator(ListComputedUsagesRequest request)Creates a new iterable which will iterate over the responses received from the listComputedUsages operation.Method parameters in com.oracle.bmc.onesubscription with type arguments of type ListComputedUsagesResponse Modifier and Type Method Description Future<ListComputedUsagesResponse>ComputedUsageAsync. listComputedUsages(ListComputedUsagesRequest request, AsyncHandler<ListComputedUsagesRequest,ListComputedUsagesResponse> handler)This is a collection API which returns a list of Computed Usages for given filters.Future<ListComputedUsagesResponse>ComputedUsageAsyncClient. listComputedUsages(ListComputedUsagesRequest request, AsyncHandler<ListComputedUsagesRequest,ListComputedUsagesResponse> handler) -
Uses of ListComputedUsagesResponse in com.oracle.bmc.onesubscription.responses
Methods in com.oracle.bmc.onesubscription.responses that return ListComputedUsagesResponse Modifier and Type Method Description ListComputedUsagesResponseListComputedUsagesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.onesubscription.responses with parameters of type ListComputedUsagesResponse Modifier and Type Method Description ListComputedUsagesResponse.BuilderListComputedUsagesResponse.Builder. copy(ListComputedUsagesResponse o)Copy method to populate the builder with values from the given instance.
-