Uses of Class
com.oracle.bmc.cloudbridge.requests.ChangeAgentDependencyCompartmentRequest
-
Packages that use ChangeAgentDependencyCompartmentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of ChangeAgentDependencyCompartmentRequest in com.oracle.bmc.cloudbridge
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type ChangeAgentDependencyCompartmentRequest Modifier and Type Method Description Future<ChangeAgentDependencyCompartmentResponse>
OcbAgentSvcAsync. changeAgentDependencyCompartment(ChangeAgentDependencyCompartmentRequest request, AsyncHandler<ChangeAgentDependencyCompartmentRequest,ChangeAgentDependencyCompartmentResponse> handler)
Moves a AgentDependency resource from one compartment identifier to another.Future<ChangeAgentDependencyCompartmentResponse>
OcbAgentSvcAsyncClient. changeAgentDependencyCompartment(ChangeAgentDependencyCompartmentRequest request, AsyncHandler<ChangeAgentDependencyCompartmentRequest,ChangeAgentDependencyCompartmentResponse> handler)
-
Uses of ChangeAgentDependencyCompartmentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ChangeAgentDependencyCompartmentRequest Modifier and Type Method Description ChangeAgentDependencyCompartmentRequest
ChangeAgentDependencyCompartmentRequest.Builder. build()
Build the instance of ChangeAgentDependencyCompartmentRequest as configured by this builderChangeAgentDependencyCompartmentRequest
ChangeAgentDependencyCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAgentDependencyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type ChangeAgentDependencyCompartmentRequest Modifier and Type Method Description ChangeAgentDependencyCompartmentRequest.Builder
ChangeAgentDependencyCompartmentRequest.Builder. copy(ChangeAgentDependencyCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-