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