Uses of Class
com.oracle.bmc.cloudbridge.requests.AddAgentDependencyRequest
-
Packages that use AddAgentDependencyRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of AddAgentDependencyRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type AddAgentDependencyRequest Modifier and Type Method Description AddAgentDependencyResponse
OcbAgentSvc. addAgentDependency(AddAgentDependencyRequest request)
Add a dependency to the environment.Future<AddAgentDependencyResponse>
OcbAgentSvcAsync. addAgentDependency(AddAgentDependencyRequest request, AsyncHandler<AddAgentDependencyRequest,AddAgentDependencyResponse> handler)
Add a dependency to the environment.Future<AddAgentDependencyResponse>
OcbAgentSvcAsyncClient. addAgentDependency(AddAgentDependencyRequest request, AsyncHandler<AddAgentDependencyRequest,AddAgentDependencyResponse> handler)
AddAgentDependencyResponse
OcbAgentSvcClient. addAgentDependency(AddAgentDependencyRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type AddAgentDependencyRequest Modifier and Type Method Description Future<AddAgentDependencyResponse>
OcbAgentSvcAsync. addAgentDependency(AddAgentDependencyRequest request, AsyncHandler<AddAgentDependencyRequest,AddAgentDependencyResponse> handler)
Add a dependency to the environment.Future<AddAgentDependencyResponse>
OcbAgentSvcAsyncClient. addAgentDependency(AddAgentDependencyRequest request, AsyncHandler<AddAgentDependencyRequest,AddAgentDependencyResponse> handler)
-
Uses of AddAgentDependencyRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return AddAgentDependencyRequest Modifier and Type Method Description AddAgentDependencyRequest
AddAgentDependencyRequest.Builder. build()
Build the instance of AddAgentDependencyRequest as configured by this builderAddAgentDependencyRequest
AddAgentDependencyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddAgentDependencyRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type AddAgentDependencyRequest Modifier and Type Method Description AddAgentDependencyRequest.Builder
AddAgentDependencyRequest.Builder. copy(AddAgentDependencyRequest o)
Copy method to populate the builder with values from the given instance.
-