Uses of Class
com.oracle.bmc.desktops.requests.ListDesktopPoolVolumesRequest
-
Packages that use ListDesktopPoolVolumesRequest Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.requests -
-
Uses of ListDesktopPoolVolumesRequest in com.oracle.bmc.desktops
Method parameters in com.oracle.bmc.desktops with type arguments of type ListDesktopPoolVolumesRequest Modifier and Type Method Description Future<ListDesktopPoolVolumesResponse>DesktopServiceAsync. listDesktopPoolVolumes(ListDesktopPoolVolumesRequest request, AsyncHandler<ListDesktopPoolVolumesRequest,ListDesktopPoolVolumesResponse> handler)Returns a list of volumes within the given desktop pool.Future<ListDesktopPoolVolumesResponse>DesktopServiceAsyncClient. listDesktopPoolVolumes(ListDesktopPoolVolumesRequest request, AsyncHandler<ListDesktopPoolVolumesRequest,ListDesktopPoolVolumesResponse> handler) -
Uses of ListDesktopPoolVolumesRequest in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return ListDesktopPoolVolumesRequest Modifier and Type Method Description ListDesktopPoolVolumesRequestListDesktopPoolVolumesRequest.Builder. build()Build the instance of ListDesktopPoolVolumesRequest as configured by this builderListDesktopPoolVolumesRequestListDesktopPoolVolumesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDesktopPoolVolumesRequest as configured by this builderMethods in com.oracle.bmc.desktops.requests with parameters of type ListDesktopPoolVolumesRequest Modifier and Type Method Description ListDesktopPoolVolumesRequest.BuilderListDesktopPoolVolumesRequest.Builder. copy(ListDesktopPoolVolumesRequest o)Copy method to populate the builder with values from the given instance.
-