Package | Description |
---|---|
com.oracle.bmc.limits | |
com.oracle.bmc.limits.requests |
Modifier and Type | Method and Description |
---|---|
ListServicesResponse |
LimitsClient.listServices(ListServicesRequest request) |
ListServicesResponse |
Limits.listServices(ListServicesRequest request)
Returns the list of supported services.
|
Future<ListServicesResponse> |
LimitsAsyncClient.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler) |
Future<ListServicesResponse> |
LimitsAsync.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
Returns the list of supported services.
|
Iterable<ServiceSummary> |
LimitsPaginators.listServicesRecordIterator(ListServicesRequest request)
Creates a new iterable which will iterate over the
ServiceSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListServicesResponse> |
LimitsAsyncClient.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler) |
Future<ListServicesResponse> |
LimitsAsync.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
Returns the list of supported services.
|
Modifier and Type | Method and Description |
---|---|
ListServicesRequest |
ListServicesRequest.Builder.build()
Build the instance of ListServicesRequest as configured by this builder
|
ListServicesRequest |
ListServicesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListServicesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListServicesRequest.Builder |
ListServicesRequest.Builder.copy(ListServicesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.