Uses of Class
com.oracle.bmc.desktops.requests.StartDesktopRequest
-
Packages that use StartDesktopRequest Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.requests -
-
Uses of StartDesktopRequest in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops with parameters of type StartDesktopRequest Modifier and Type Method Description StartDesktopResponse
DesktopService. startDesktop(StartDesktopRequest request)
Starts the desktop with the specified OCID.Future<StartDesktopResponse>
DesktopServiceAsync. startDesktop(StartDesktopRequest request, AsyncHandler<StartDesktopRequest,StartDesktopResponse> handler)
Starts the desktop with the specified OCID.Future<StartDesktopResponse>
DesktopServiceAsyncClient. startDesktop(StartDesktopRequest request, AsyncHandler<StartDesktopRequest,StartDesktopResponse> handler)
StartDesktopResponse
DesktopServiceClient. startDesktop(StartDesktopRequest request)
Method parameters in com.oracle.bmc.desktops with type arguments of type StartDesktopRequest Modifier and Type Method Description Future<StartDesktopResponse>
DesktopServiceAsync. startDesktop(StartDesktopRequest request, AsyncHandler<StartDesktopRequest,StartDesktopResponse> handler)
Starts the desktop with the specified OCID.Future<StartDesktopResponse>
DesktopServiceAsyncClient. startDesktop(StartDesktopRequest request, AsyncHandler<StartDesktopRequest,StartDesktopResponse> handler)
-
Uses of StartDesktopRequest in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return StartDesktopRequest Modifier and Type Method Description StartDesktopRequest
StartDesktopRequest.Builder. build()
Build the instance of StartDesktopRequest as configured by this builderStartDesktopRequest
StartDesktopRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartDesktopRequest as configured by this builderMethods in com.oracle.bmc.desktops.requests with parameters of type StartDesktopRequest Modifier and Type Method Description StartDesktopRequest.Builder
StartDesktopRequest.Builder. copy(StartDesktopRequest o)
Copy method to populate the builder with values from the given instance.
-