Uses of Class
com.oracle.bmc.vbsinst.requests.ChangeVbsInstanceCompartmentRequest
-
Packages that use ChangeVbsInstanceCompartmentRequest Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.requests -
-
Uses of ChangeVbsInstanceCompartmentRequest in com.oracle.bmc.vbsinst
Method parameters in com.oracle.bmc.vbsinst with type arguments of type ChangeVbsInstanceCompartmentRequest Modifier and Type Method Description Future<ChangeVbsInstanceCompartmentResponse>
VbsInstanceAsync. changeVbsInstanceCompartment(ChangeVbsInstanceCompartmentRequest request, AsyncHandler<ChangeVbsInstanceCompartmentRequest,ChangeVbsInstanceCompartmentResponse> handler)
Moves a VbsInstance resource from one compartment identifier to another.Future<ChangeVbsInstanceCompartmentResponse>
VbsInstanceAsyncClient. changeVbsInstanceCompartment(ChangeVbsInstanceCompartmentRequest request, AsyncHandler<ChangeVbsInstanceCompartmentRequest,ChangeVbsInstanceCompartmentResponse> handler)
-
Uses of ChangeVbsInstanceCompartmentRequest in com.oracle.bmc.vbsinst.requests
Methods in com.oracle.bmc.vbsinst.requests that return ChangeVbsInstanceCompartmentRequest Modifier and Type Method Description ChangeVbsInstanceCompartmentRequest
ChangeVbsInstanceCompartmentRequest.Builder. build()
Build the instance of ChangeVbsInstanceCompartmentRequest as configured by this builderChangeVbsInstanceCompartmentRequest
ChangeVbsInstanceCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeVbsInstanceCompartmentRequest as configured by this builderMethods in com.oracle.bmc.vbsinst.requests with parameters of type ChangeVbsInstanceCompartmentRequest Modifier and Type Method Description ChangeVbsInstanceCompartmentRequest.Builder
ChangeVbsInstanceCompartmentRequest.Builder. copy(ChangeVbsInstanceCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-