Uses of Class
com.oracle.bmc.limits.requests.ListServicesRequest
-
Packages that use ListServicesRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests -
-
Uses of ListServicesRequest in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits with parameters of type ListServicesRequest Modifier and Type Method Description ListServicesResponse
Limits. listServices(ListServicesRequest request)
Returns the list of supported services.Future<ListServicesResponse>
LimitsAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
Returns the list of supported services.Future<ListServicesResponse>
LimitsAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
ListServicesResponse
LimitsClient. listServices(ListServicesRequest request)
Iterable<ServiceSummary>
LimitsPaginators. listServicesRecordIterator(ListServicesRequest request)
Creates a new iterable which will iterate over theServiceSummary
objects contained in responses from the listServices operation.Iterable<ListServicesResponse>
LimitsPaginators. listServicesResponseIterator(ListServicesRequest request)
Creates a new iterable which will iterate over the responses received from the listServices operation.Method parameters in com.oracle.bmc.limits with type arguments of type ListServicesRequest Modifier and Type Method Description Future<ListServicesResponse>
LimitsAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
Returns the list of supported services.Future<ListServicesResponse>
LimitsAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
-
Uses of ListServicesRequest in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return ListServicesRequest Modifier and Type Method Description ListServicesRequest
ListServicesRequest.Builder. build()
Build the instance of ListServicesRequest as configured by this builderListServicesRequest
ListServicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListServicesRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type ListServicesRequest Modifier and Type Method Description ListServicesRequest.Builder
ListServicesRequest.Builder. copy(ListServicesRequest o)
Copy method to populate the builder with values from the given instance.
-