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