Uses of Class
com.oracle.bmc.cloudbridge.requests.GetAgentRequest
-
Packages that use GetAgentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of GetAgentRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetAgentRequest Modifier and Type Method Description Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.cloudbridge with parameters of type GetAgentRequest Modifier and Type Method Description Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>
OcbAgentSvcWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetAgentResponse
OcbAgentSvc. getAgent(GetAgentRequest request)
Gets an Agent by identifier.Future<GetAgentResponse>
OcbAgentSvcAsync. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)
Gets an Agent by identifier.Future<GetAgentResponse>
OcbAgentSvcAsyncClient. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)
GetAgentResponse
OcbAgentSvcClient. getAgent(GetAgentRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetAgentRequest Modifier and Type Method Description Future<GetAgentResponse>
OcbAgentSvcAsync. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)
Gets an Agent by identifier.Future<GetAgentResponse>
OcbAgentSvcAsyncClient. getAgent(GetAgentRequest request, AsyncHandler<GetAgentRequest,GetAgentResponse> handler)
-
Uses of GetAgentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return GetAgentRequest Modifier and Type Method Description GetAgentRequest
GetAgentRequest.Builder. build()
Build the instance of GetAgentRequest as configured by this builderGetAgentRequest
GetAgentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAgentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type GetAgentRequest Modifier and Type Method Description GetAgentRequest.Builder
GetAgentRequest.Builder. copy(GetAgentRequest o)
Copy method to populate the builder with values from the given instance.
-