Uses of Class
com.oracle.bmc.usage.requests.ListUsageLimitsRequest
-
Packages that use ListUsageLimitsRequest Package Description com.oracle.bmc.usage com.oracle.bmc.usage.requests -
-
Uses of ListUsageLimitsRequest in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage with parameters of type ListUsageLimitsRequest Modifier and Type Method Description ListUsageLimitsResponse
Usagelimits. listUsageLimits(ListUsageLimitsRequest request)
Returns the list of usage limit for the subscription ID and tenant ID.Future<ListUsageLimitsResponse>
UsagelimitsAsync. listUsageLimits(ListUsageLimitsRequest request, AsyncHandler<ListUsageLimitsRequest,ListUsageLimitsResponse> handler)
Returns the list of usage limit for the subscription ID and tenant ID.Future<ListUsageLimitsResponse>
UsagelimitsAsyncClient. listUsageLimits(ListUsageLimitsRequest request, AsyncHandler<ListUsageLimitsRequest,ListUsageLimitsResponse> handler)
ListUsageLimitsResponse
UsagelimitsClient. listUsageLimits(ListUsageLimitsRequest request)
Iterable<UsageLimitSummary>
UsagelimitsPaginators. listUsageLimitsRecordIterator(ListUsageLimitsRequest request)
Creates a new iterable which will iterate over theUsageLimitSummary
objects contained in responses from the listUsageLimits operation.Iterable<ListUsageLimitsResponse>
UsagelimitsPaginators. listUsageLimitsResponseIterator(ListUsageLimitsRequest request)
Creates a new iterable which will iterate over the responses received from the listUsageLimits operation.Method parameters in com.oracle.bmc.usage with type arguments of type ListUsageLimitsRequest Modifier and Type Method Description Future<ListUsageLimitsResponse>
UsagelimitsAsync. listUsageLimits(ListUsageLimitsRequest request, AsyncHandler<ListUsageLimitsRequest,ListUsageLimitsResponse> handler)
Returns the list of usage limit for the subscription ID and tenant ID.Future<ListUsageLimitsResponse>
UsagelimitsAsyncClient. listUsageLimits(ListUsageLimitsRequest request, AsyncHandler<ListUsageLimitsRequest,ListUsageLimitsResponse> handler)
-
Uses of ListUsageLimitsRequest in com.oracle.bmc.usage.requests
Methods in com.oracle.bmc.usage.requests that return ListUsageLimitsRequest Modifier and Type Method Description ListUsageLimitsRequest
ListUsageLimitsRequest.Builder. build()
Build the instance of ListUsageLimitsRequest as configured by this builderListUsageLimitsRequest
ListUsageLimitsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListUsageLimitsRequest as configured by this builderMethods in com.oracle.bmc.usage.requests with parameters of type ListUsageLimitsRequest Modifier and Type Method Description ListUsageLimitsRequest.Builder
ListUsageLimitsRequest.Builder. copy(ListUsageLimitsRequest o)
Copy method to populate the builder with values from the given instance.
-