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 ListServicesResponseLoggingManagement. 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)ListServicesResponseLoggingManagementClient. 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 ListServicesRequestListServicesRequest.Builder. build()Build the instance of ListServicesRequest as configured by this builderListServicesRequestListServicesRequest.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.BuilderListServicesRequest.Builder. copy(ListServicesRequest o)Copy method to populate the builder with values from the given instance.
-