Uses of Class
com.oracle.bmc.usage.requests.ListResourceQuotaRequest
-
Packages that use ListResourceQuotaRequest Package Description com.oracle.bmc.usage com.oracle.bmc.usage.requests -
-
Uses of ListResourceQuotaRequest in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage with parameters of type ListResourceQuotaRequest 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.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)
ListResourceQuotaResponse
ResourcesClient. listResourceQuota(ListResourceQuotaRequest request)
Iterable<ResourceQuotumSummary>
ResourcesPaginators. listResourceQuotaRecordIterator(ListResourceQuotaRequest request)
Creates a new iterable which will iterate over theResourceQuotumSummary
objects contained in responses from the listResourceQuota operation.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 ListResourceQuotaRequest 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 ListResourceQuotaRequest in com.oracle.bmc.usage.requests
Methods in com.oracle.bmc.usage.requests that return ListResourceQuotaRequest Modifier and Type Method Description ListResourceQuotaRequest
ListResourceQuotaRequest.Builder. build()
Build the instance of ListResourceQuotaRequest as configured by this builderListResourceQuotaRequest
ListResourceQuotaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListResourceQuotaRequest as configured by this builderMethods in com.oracle.bmc.usage.requests with parameters of type ListResourceQuotaRequest Modifier and Type Method Description ListResourceQuotaRequest.Builder
ListResourceQuotaRequest.Builder. copy(ListResourceQuotaRequest o)
Copy method to populate the builder with values from the given instance.
-