Uses of Class
com.oracle.bmc.vbsinst.responses.ChangeVbsInstanceCompartmentResponse
-
Packages that use ChangeVbsInstanceCompartmentResponse Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.responses -
-
Uses of ChangeVbsInstanceCompartmentResponse in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst that return ChangeVbsInstanceCompartmentResponse Modifier and Type Method Description ChangeVbsInstanceCompartmentResponse
VbsInstance. changeVbsInstanceCompartment(ChangeVbsInstanceCompartmentRequest request)
Moves a VbsInstance resource from one compartment identifier to another.ChangeVbsInstanceCompartmentResponse
VbsInstanceClient. changeVbsInstanceCompartment(ChangeVbsInstanceCompartmentRequest request)
Methods in com.oracle.bmc.vbsinst that return types with arguments of type ChangeVbsInstanceCompartmentResponse 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)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type ChangeVbsInstanceCompartmentResponse 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 ChangeVbsInstanceCompartmentResponse in com.oracle.bmc.vbsinst.responses
Methods in com.oracle.bmc.vbsinst.responses that return ChangeVbsInstanceCompartmentResponse Modifier and Type Method Description ChangeVbsInstanceCompartmentResponse
ChangeVbsInstanceCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vbsinst.responses with parameters of type ChangeVbsInstanceCompartmentResponse Modifier and Type Method Description ChangeVbsInstanceCompartmentResponse.Builder
ChangeVbsInstanceCompartmentResponse.Builder. copy(ChangeVbsInstanceCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-