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 newWaiterusing the default configuration.Waiter<GetAgentRequest,GetAgentResponse>OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>OcbAgentSvcWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetAgentRequest,GetAgentResponse>OcbAgentSvcWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>OcbAgentSvcWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetAgentResponseOcbAgentSvc. 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)GetAgentResponseOcbAgentSvcClient. 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 GetAgentRequestGetAgentRequest.Builder. build()Build the instance of GetAgentRequest as configured by this builderGetAgentRequestGetAgentRequest.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.BuilderGetAgentRequest.Builder. copy(GetAgentRequest o)Copy method to populate the builder with values from the given instance.
-