Uses of Class
com.oracle.bmc.logging.requests.ListServicesRequest
-
Packages that use ListServicesRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of ListServicesRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type ListServicesRequest Modifier and Type Method Description ListServicesResponse
LoggingManagement. listServices(ListServicesRequest request)
Lists all services that support logging.Future<ListServicesResponse>
LoggingManagementAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
Lists all services that support logging.Future<ListServicesResponse>
LoggingManagementAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
ListServicesResponse
LoggingManagementClient. listServices(ListServicesRequest request)
Method parameters in com.oracle.bmc.logging with type arguments of type ListServicesRequest Modifier and Type Method Description Future<ListServicesResponse>
LoggingManagementAsync. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
Lists all services that support logging.Future<ListServicesResponse>
LoggingManagementAsyncClient. listServices(ListServicesRequest request, AsyncHandler<ListServicesRequest,ListServicesResponse> handler)
-
Uses of ListServicesRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.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.logging.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.
-