Uses of Class
com.oracle.bmc.usage.responses.ListUsageLimitsResponse
-
Packages that use ListUsageLimitsResponse Package Description com.oracle.bmc.usage com.oracle.bmc.usage.responses -
-
Uses of ListUsageLimitsResponse in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage that return ListUsageLimitsResponse Modifier and Type Method Description ListUsageLimitsResponse
Usagelimits. listUsageLimits(ListUsageLimitsRequest request)
Returns the list of usage limit for the subscription ID and tenant ID.ListUsageLimitsResponse
UsagelimitsClient. listUsageLimits(ListUsageLimitsRequest request)
Methods in com.oracle.bmc.usage that return types with arguments of type ListUsageLimitsResponse 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)
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 ListUsageLimitsResponse 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 ListUsageLimitsResponse in com.oracle.bmc.usage.responses
Methods in com.oracle.bmc.usage.responses that return ListUsageLimitsResponse Modifier and Type Method Description ListUsageLimitsResponse
ListUsageLimitsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usage.responses with parameters of type ListUsageLimitsResponse Modifier and Type Method Description ListUsageLimitsResponse.Builder
ListUsageLimitsResponse.Builder. copy(ListUsageLimitsResponse o)
Copy method to populate the builder with values from the given instance.
-