Uses of Class
com.oracle.bmc.cloudbridge.responses.GetAgentResponse
-
Packages that use GetAgentResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of GetAgentResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return GetAgentResponse Modifier and Type Method Description GetAgentResponse
OcbAgentSvc. getAgent(GetAgentRequest request)
Gets an Agent by identifier.GetAgentResponse
OcbAgentSvcClient. getAgent(GetAgentRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetAgentResponse 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.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)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetAgentResponse 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 GetAgentResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return GetAgentResponse Modifier and Type Method Description GetAgentResponse
GetAgentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type GetAgentResponse Modifier and Type Method Description GetAgentResponse.Builder
GetAgentResponse.Builder. copy(GetAgentResponse o)
Copy method to populate the builder with values from the given instance.
-