Uses of Class
com.oracle.bmc.cloudbridge.responses.GetAgentDependencyResponse
-
Packages that use GetAgentDependencyResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of GetAgentDependencyResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return GetAgentDependencyResponse Modifier and Type Method Description GetAgentDependencyResponse
OcbAgentSvc. getAgentDependency(GetAgentDependencyRequest request)
Gets an AgentDependency by identifier.GetAgentDependencyResponse
OcbAgentSvcClient. getAgentDependency(GetAgentDependencyRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetAgentDependencyResponse Modifier and Type Method Description Future<GetAgentDependencyResponse>
OcbAgentSvcAsync. getAgentDependency(GetAgentDependencyRequest request, AsyncHandler<GetAgentDependencyRequest,GetAgentDependencyResponse> handler)
Gets an AgentDependency by identifier.Future<GetAgentDependencyResponse>
OcbAgentSvcAsyncClient. getAgentDependency(GetAgentDependencyRequest request, AsyncHandler<GetAgentDependencyRequest,GetAgentDependencyResponse> handler)
-
Uses of GetAgentDependencyResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return GetAgentDependencyResponse Modifier and Type Method Description GetAgentDependencyResponse
GetAgentDependencyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type GetAgentDependencyResponse Modifier and Type Method Description GetAgentDependencyResponse.Builder
GetAgentDependencyResponse.Builder. copy(GetAgentDependencyResponse o)
Copy method to populate the builder with values from the given instance.
-