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