Uses of Class
com.oracle.bmc.usage.responses.ListResourceQuotaResponse
-
Packages that use ListResourceQuotaResponse Package Description com.oracle.bmc.usage com.oracle.bmc.usage.responses -
-
Uses of ListResourceQuotaResponse in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage that return ListResourceQuotaResponse Modifier and Type Method Description ListResourceQuotaResponse
Resources. listResourceQuota(ListResourceQuotaRequest request)
Returns the resource quota details under a tenancy > Important: Calls to this API will only succeed against the endpoint in the home region.ListResourceQuotaResponse
ResourcesClient. listResourceQuota(ListResourceQuotaRequest request)
Methods in com.oracle.bmc.usage that return types with arguments of type ListResourceQuotaResponse Modifier and Type Method Description Future<ListResourceQuotaResponse>
ResourcesAsync. listResourceQuota(ListResourceQuotaRequest request, AsyncHandler<ListResourceQuotaRequest,ListResourceQuotaResponse> handler)
Returns the resource quota details under a tenancy > Important: Calls to this API will only succeed against the endpoint in the home region.Future<ListResourceQuotaResponse>
ResourcesAsyncClient. listResourceQuota(ListResourceQuotaRequest request, AsyncHandler<ListResourceQuotaRequest,ListResourceQuotaResponse> handler)
Iterable<ListResourceQuotaResponse>
ResourcesPaginators. listResourceQuotaResponseIterator(ListResourceQuotaRequest request)
Creates a new iterable which will iterate over the responses received from the listResourceQuota operation.Method parameters in com.oracle.bmc.usage with type arguments of type ListResourceQuotaResponse Modifier and Type Method Description Future<ListResourceQuotaResponse>
ResourcesAsync. listResourceQuota(ListResourceQuotaRequest request, AsyncHandler<ListResourceQuotaRequest,ListResourceQuotaResponse> handler)
Returns the resource quota details under a tenancy > Important: Calls to this API will only succeed against the endpoint in the home region.Future<ListResourceQuotaResponse>
ResourcesAsyncClient. listResourceQuota(ListResourceQuotaRequest request, AsyncHandler<ListResourceQuotaRequest,ListResourceQuotaResponse> handler)
-
Uses of ListResourceQuotaResponse in com.oracle.bmc.usage.responses
Methods in com.oracle.bmc.usage.responses that return ListResourceQuotaResponse Modifier and Type Method Description ListResourceQuotaResponse
ListResourceQuotaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usage.responses with parameters of type ListResourceQuotaResponse Modifier and Type Method Description ListResourceQuotaResponse.Builder
ListResourceQuotaResponse.Builder. copy(ListResourceQuotaResponse o)
Copy method to populate the builder with values from the given instance.
-