Uses of Class
com.oracle.bmc.desktops.requests.ListDesktopsRequest
-
Packages that use ListDesktopsRequest Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.requests -
-
Uses of ListDesktopsRequest in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops with parameters of type ListDesktopsRequest Modifier and Type Method Description ListDesktopsResponse
DesktopService. listDesktops(ListDesktopsRequest request)
Returns a list of desktops filtered by the specified parameters.Future<ListDesktopsResponse>
DesktopServiceAsync. listDesktops(ListDesktopsRequest request, AsyncHandler<ListDesktopsRequest,ListDesktopsResponse> handler)
Returns a list of desktops filtered by the specified parameters.Future<ListDesktopsResponse>
DesktopServiceAsyncClient. listDesktops(ListDesktopsRequest request, AsyncHandler<ListDesktopsRequest,ListDesktopsResponse> handler)
ListDesktopsResponse
DesktopServiceClient. listDesktops(ListDesktopsRequest request)
Iterable<DesktopSummary>
DesktopServicePaginators. listDesktopsRecordIterator(ListDesktopsRequest request)
Creates a new iterable which will iterate over theDesktopSummary
objects contained in responses from the listDesktops operation.Iterable<ListDesktopsResponse>
DesktopServicePaginators. listDesktopsResponseIterator(ListDesktopsRequest request)
Creates a new iterable which will iterate over the responses received from the listDesktops operation.Method parameters in com.oracle.bmc.desktops with type arguments of type ListDesktopsRequest Modifier and Type Method Description Future<ListDesktopsResponse>
DesktopServiceAsync. listDesktops(ListDesktopsRequest request, AsyncHandler<ListDesktopsRequest,ListDesktopsResponse> handler)
Returns a list of desktops filtered by the specified parameters.Future<ListDesktopsResponse>
DesktopServiceAsyncClient. listDesktops(ListDesktopsRequest request, AsyncHandler<ListDesktopsRequest,ListDesktopsResponse> handler)
-
Uses of ListDesktopsRequest in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return ListDesktopsRequest Modifier and Type Method Description ListDesktopsRequest
ListDesktopsRequest.Builder. build()
Build the instance of ListDesktopsRequest as configured by this builderListDesktopsRequest
ListDesktopsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDesktopsRequest as configured by this builderMethods in com.oracle.bmc.desktops.requests with parameters of type ListDesktopsRequest Modifier and Type Method Description ListDesktopsRequest.Builder
ListDesktopsRequest.Builder. copy(ListDesktopsRequest o)
Copy method to populate the builder with values from the given instance.
-