Uses of Class
com.oracle.bmc.desktops.requests.GetDesktopPoolRequest
-
Packages that use GetDesktopPoolRequest Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.requests -
-
Uses of GetDesktopPoolRequest in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return types with arguments of type GetDesktopPoolRequest Modifier and Type Method Description Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.desktops with parameters of type GetDesktopPoolRequest Modifier and Type Method Description Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetDesktopPoolResponse
DesktopService. getDesktopPool(GetDesktopPoolRequest request)
Returns information about the desktop pool including all configuration parameters and the current state.Future<GetDesktopPoolResponse>
DesktopServiceAsync. getDesktopPool(GetDesktopPoolRequest request, AsyncHandler<GetDesktopPoolRequest,GetDesktopPoolResponse> handler)
Returns information about the desktop pool including all configuration parameters and the current state.Future<GetDesktopPoolResponse>
DesktopServiceAsyncClient. getDesktopPool(GetDesktopPoolRequest request, AsyncHandler<GetDesktopPoolRequest,GetDesktopPoolResponse> handler)
GetDesktopPoolResponse
DesktopServiceClient. getDesktopPool(GetDesktopPoolRequest request)
Method parameters in com.oracle.bmc.desktops with type arguments of type GetDesktopPoolRequest Modifier and Type Method Description Future<GetDesktopPoolResponse>
DesktopServiceAsync. getDesktopPool(GetDesktopPoolRequest request, AsyncHandler<GetDesktopPoolRequest,GetDesktopPoolResponse> handler)
Returns information about the desktop pool including all configuration parameters and the current state.Future<GetDesktopPoolResponse>
DesktopServiceAsyncClient. getDesktopPool(GetDesktopPoolRequest request, AsyncHandler<GetDesktopPoolRequest,GetDesktopPoolResponse> handler)
-
Uses of GetDesktopPoolRequest in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return GetDesktopPoolRequest Modifier and Type Method Description GetDesktopPoolRequest
GetDesktopPoolRequest.Builder. build()
Build the instance of GetDesktopPoolRequest as configured by this builderGetDesktopPoolRequest
GetDesktopPoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDesktopPoolRequest as configured by this builderMethods in com.oracle.bmc.desktops.requests with parameters of type GetDesktopPoolRequest Modifier and Type Method Description GetDesktopPoolRequest.Builder
GetDesktopPoolRequest.Builder. copy(GetDesktopPoolRequest o)
Copy method to populate the builder with values from the given instance.
-