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