Uses of Class
com.oracle.bmc.desktops.responses.StartDesktopResponse
-
Packages that use StartDesktopResponse Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.responses -
-
Uses of StartDesktopResponse in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return StartDesktopResponse Modifier and Type Method Description StartDesktopResponse
DesktopService. startDesktop(StartDesktopRequest request)
Starts the desktop with the specified OCID.StartDesktopResponse
DesktopServiceClient. startDesktop(StartDesktopRequest request)
Methods in com.oracle.bmc.desktops that return types with arguments of type StartDesktopResponse 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)
Method parameters in com.oracle.bmc.desktops with type arguments of type StartDesktopResponse 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 StartDesktopResponse in com.oracle.bmc.desktops.responses
Methods in com.oracle.bmc.desktops.responses that return StartDesktopResponse Modifier and Type Method Description StartDesktopResponse
StartDesktopResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.desktops.responses with parameters of type StartDesktopResponse Modifier and Type Method Description StartDesktopResponse.Builder
StartDesktopResponse.Builder. copy(StartDesktopResponse o)
Copy method to populate the builder with values from the given instance.
-