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