Uses of Class
com.oracle.bmc.desktops.responses.ListDesktopPoolDesktopsResponse
-
Packages that use ListDesktopPoolDesktopsResponse Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.responses -
-
Uses of ListDesktopPoolDesktopsResponse in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return ListDesktopPoolDesktopsResponse Modifier and Type Method Description ListDesktopPoolDesktopsResponse
DesktopService. listDesktopPoolDesktops(ListDesktopPoolDesktopsRequest request)
Returns a list of desktops within a given desktop pool.ListDesktopPoolDesktopsResponse
DesktopServiceClient. listDesktopPoolDesktops(ListDesktopPoolDesktopsRequest request)
Methods in com.oracle.bmc.desktops that return types with arguments of type ListDesktopPoolDesktopsResponse Modifier and Type Method Description Future<ListDesktopPoolDesktopsResponse>
DesktopServiceAsync. listDesktopPoolDesktops(ListDesktopPoolDesktopsRequest request, AsyncHandler<ListDesktopPoolDesktopsRequest,ListDesktopPoolDesktopsResponse> handler)
Returns a list of desktops within a given desktop pool.Future<ListDesktopPoolDesktopsResponse>
DesktopServiceAsyncClient. listDesktopPoolDesktops(ListDesktopPoolDesktopsRequest request, AsyncHandler<ListDesktopPoolDesktopsRequest,ListDesktopPoolDesktopsResponse> handler)
Iterable<ListDesktopPoolDesktopsResponse>
DesktopServicePaginators. listDesktopPoolDesktopsResponseIterator(ListDesktopPoolDesktopsRequest request)
Creates a new iterable which will iterate over the responses received from the listDesktopPoolDesktops operation.Method parameters in com.oracle.bmc.desktops with type arguments of type ListDesktopPoolDesktopsResponse Modifier and Type Method Description Future<ListDesktopPoolDesktopsResponse>
DesktopServiceAsync. listDesktopPoolDesktops(ListDesktopPoolDesktopsRequest request, AsyncHandler<ListDesktopPoolDesktopsRequest,ListDesktopPoolDesktopsResponse> handler)
Returns a list of desktops within a given desktop pool.Future<ListDesktopPoolDesktopsResponse>
DesktopServiceAsyncClient. listDesktopPoolDesktops(ListDesktopPoolDesktopsRequest request, AsyncHandler<ListDesktopPoolDesktopsRequest,ListDesktopPoolDesktopsResponse> handler)
-
Uses of ListDesktopPoolDesktopsResponse in com.oracle.bmc.desktops.responses
Methods in com.oracle.bmc.desktops.responses that return ListDesktopPoolDesktopsResponse Modifier and Type Method Description ListDesktopPoolDesktopsResponse
ListDesktopPoolDesktopsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.desktops.responses with parameters of type ListDesktopPoolDesktopsResponse Modifier and Type Method Description ListDesktopPoolDesktopsResponse.Builder
ListDesktopPoolDesktopsResponse.Builder. copy(ListDesktopPoolDesktopsResponse o)
Copy method to populate the builder with values from the given instance.
-