Uses of Class
com.oracle.bmc.desktops.requests.GetDesktopRequest
-
Packages that use GetDesktopRequest Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.requests -
-
Uses of GetDesktopRequest in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return types with arguments of type GetDesktopRequest 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.Methods in com.oracle.bmc.desktops with parameters of type GetDesktopRequest 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.GetDesktopResponse
DesktopService. getDesktop(GetDesktopRequest request)
Provides information about the desktop with the specified OCID.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)
GetDesktopResponse
DesktopServiceClient. getDesktop(GetDesktopRequest request)
Method parameters in com.oracle.bmc.desktops with type arguments of type GetDesktopRequest 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 GetDesktopRequest in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return GetDesktopRequest Modifier and Type Method Description GetDesktopRequest
GetDesktopRequest.Builder. build()
Build the instance of GetDesktopRequest as configured by this builderGetDesktopRequest
GetDesktopRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDesktopRequest as configured by this builderMethods in com.oracle.bmc.desktops.requests with parameters of type GetDesktopRequest Modifier and Type Method Description GetDesktopRequest.Builder
GetDesktopRequest.Builder. copy(GetDesktopRequest o)
Copy method to populate the builder with values from the given instance.
-