Uses of Class
com.oracle.bmc.desktops.responses.GetDesktopResponse
-
Packages that use GetDesktopResponse Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.responses -
-
Uses of GetDesktopResponse in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return GetDesktopResponse Modifier and Type Method Description GetDesktopResponse
DesktopService. getDesktop(GetDesktopRequest request)
Provides information about the desktop with the specified OCID.GetDesktopResponse
DesktopServiceClient. getDesktop(GetDesktopRequest request)
Methods in com.oracle.bmc.desktops that return types with arguments of type GetDesktopResponse Modifier and Type Method Description Waiter<GetDesktopRequest,GetDesktopResponse>
DesktopServiceWaiters. forDesktop(GetDesktopRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDesktopRequest,GetDesktopResponse>
DesktopServiceWaiters. forDesktop(GetDesktopRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDesktopRequest,GetDesktopResponse>
DesktopServiceWaiters. forDesktop(GetDesktopRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetDesktopResponse>
DesktopServiceAsync. getDesktop(GetDesktopRequest request, AsyncHandler<GetDesktopRequest,GetDesktopResponse> handler)
Provides information about the desktop with the specified OCID.Future<GetDesktopResponse>
DesktopServiceAsyncClient. getDesktop(GetDesktopRequest request, AsyncHandler<GetDesktopRequest,GetDesktopResponse> handler)
Method parameters in com.oracle.bmc.desktops with type arguments of type GetDesktopResponse Modifier and Type Method Description Future<GetDesktopResponse>
DesktopServiceAsync. getDesktop(GetDesktopRequest request, AsyncHandler<GetDesktopRequest,GetDesktopResponse> handler)
Provides information about the desktop with the specified OCID.Future<GetDesktopResponse>
DesktopServiceAsyncClient. getDesktop(GetDesktopRequest request, AsyncHandler<GetDesktopRequest,GetDesktopResponse> handler)
-
Uses of GetDesktopResponse in com.oracle.bmc.desktops.responses
Methods in com.oracle.bmc.desktops.responses that return GetDesktopResponse Modifier and Type Method Description GetDesktopResponse
GetDesktopResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.desktops.responses with parameters of type GetDesktopResponse Modifier and Type Method Description GetDesktopResponse.Builder
GetDesktopResponse.Builder. copy(GetDesktopResponse o)
Copy method to populate the builder with values from the given instance.
-