Package | Description |
---|---|
com.oracle.bmc.announcementsservice | |
com.oracle.bmc.announcementsservice.requests |
Modifier and Type | Method and Description |
---|---|
ListServicesResponse |
ServiceClient.listServices(ListServicesRequest request) |
ListServicesResponse |
Service.listServices(ListServicesRequest request)
List all active services
|
Future<ListServicesResponse> |
ServiceAsyncClient.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler) |
Future<ListServicesResponse> |
ServiceAsync.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
List all active services
|
Iterable<ServiceSummary> |
ServicePaginators.listServicesRecordIterator(ListServicesRequest request)
Creates a new iterable which will iterate over the
ServiceSummary objects contained in responses from
the listServices operation. |
Iterable<ListServicesResponse> |
ServicePaginators.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> |
ServiceAsyncClient.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler) |
Future<ListServicesResponse> |
ServiceAsync.listServices(ListServicesRequest request,
AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
List all active 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.