Uses of Class
com.oracle.bmc.cloudbridge.requests.CreateAgentDependencyRequest
-
Packages that use CreateAgentDependencyRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of CreateAgentDependencyRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type CreateAgentDependencyRequest Modifier and Type Method Description CreateAgentDependencyResponse
OcbAgentSvc. createAgentDependency(CreateAgentDependencyRequest request)
Creates an AgentDependency.Future<CreateAgentDependencyResponse>
OcbAgentSvcAsync. createAgentDependency(CreateAgentDependencyRequest request, AsyncHandler<CreateAgentDependencyRequest,CreateAgentDependencyResponse> handler)
Creates an AgentDependency.Future<CreateAgentDependencyResponse>
OcbAgentSvcAsyncClient. createAgentDependency(CreateAgentDependencyRequest request, AsyncHandler<CreateAgentDependencyRequest,CreateAgentDependencyResponse> handler)
CreateAgentDependencyResponse
OcbAgentSvcClient. createAgentDependency(CreateAgentDependencyRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type CreateAgentDependencyRequest 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 CreateAgentDependencyRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return CreateAgentDependencyRequest Modifier and Type Method Description CreateAgentDependencyRequest
CreateAgentDependencyRequest.Builder. build()
Build the instance of CreateAgentDependencyRequest as configured by this builderCreateAgentDependencyRequest
CreateAgentDependencyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAgentDependencyRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type CreateAgentDependencyRequest Modifier and Type Method Description CreateAgentDependencyRequest.Builder
CreateAgentDependencyRequest.Builder. copy(CreateAgentDependencyRequest o)
Copy method to populate the builder with values from the given instance.
-