Uses of Class
com.oracle.bmc.limits.responses.ListLimitDefinitionsResponse
-
Packages that use ListLimitDefinitionsResponse Package Description com.oracle.bmc.limits com.oracle.bmc.limits.responses -
-
Uses of ListLimitDefinitionsResponse in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return ListLimitDefinitionsResponse Modifier and Type Method Description ListLimitDefinitionsResponse
Limits. listLimitDefinitions(ListLimitDefinitionsRequest request)
Includes a list of resource limits that are currently supported.ListLimitDefinitionsResponse
LimitsClient. listLimitDefinitions(ListLimitDefinitionsRequest request)
Methods in com.oracle.bmc.limits that return types with arguments of type ListLimitDefinitionsResponse Modifier and Type Method Description Future<ListLimitDefinitionsResponse>
LimitsAsync. listLimitDefinitions(ListLimitDefinitionsRequest request, AsyncHandler<ListLimitDefinitionsRequest,ListLimitDefinitionsResponse> handler)
Includes a list of resource limits that are currently supported.Future<ListLimitDefinitionsResponse>
LimitsAsyncClient. listLimitDefinitions(ListLimitDefinitionsRequest request, AsyncHandler<ListLimitDefinitionsRequest,ListLimitDefinitionsResponse> handler)
Iterable<ListLimitDefinitionsResponse>
LimitsPaginators. listLimitDefinitionsResponseIterator(ListLimitDefinitionsRequest request)
Creates a new iterable which will iterate over the responses received from the listLimitDefinitions operation.Method parameters in com.oracle.bmc.limits with type arguments of type ListLimitDefinitionsResponse Modifier and Type Method Description Future<ListLimitDefinitionsResponse>
LimitsAsync. listLimitDefinitions(ListLimitDefinitionsRequest request, AsyncHandler<ListLimitDefinitionsRequest,ListLimitDefinitionsResponse> handler)
Includes a list of resource limits that are currently supported.Future<ListLimitDefinitionsResponse>
LimitsAsyncClient. listLimitDefinitions(ListLimitDefinitionsRequest request, AsyncHandler<ListLimitDefinitionsRequest,ListLimitDefinitionsResponse> handler)
-
Uses of ListLimitDefinitionsResponse in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return ListLimitDefinitionsResponse Modifier and Type Method Description ListLimitDefinitionsResponse
ListLimitDefinitionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.limits.responses with parameters of type ListLimitDefinitionsResponse Modifier and Type Method Description ListLimitDefinitionsResponse.Builder
ListLimitDefinitionsResponse.Builder. copy(ListLimitDefinitionsResponse o)
Copy method to populate the builder with values from the given instance.
-