Uses of Class
com.oracle.bmc.servicemesh.responses.ChangeVirtualDeploymentCompartmentResponse
-
Packages that use ChangeVirtualDeploymentCompartmentResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of ChangeVirtualDeploymentCompartmentResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return ChangeVirtualDeploymentCompartmentResponse Modifier and Type Method Description ChangeVirtualDeploymentCompartmentResponse
ServiceMesh. changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request)
Moves a VirtualDeployment resource from one compartment identifier to another.ChangeVirtualDeploymentCompartmentResponse
ServiceMeshClient. changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type ChangeVirtualDeploymentCompartmentResponse Modifier and Type Method Description Future<ChangeVirtualDeploymentCompartmentResponse>
ServiceMeshAsync. changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request, AsyncHandler<ChangeVirtualDeploymentCompartmentRequest,ChangeVirtualDeploymentCompartmentResponse> handler)
Moves a VirtualDeployment resource from one compartment identifier to another.Future<ChangeVirtualDeploymentCompartmentResponse>
ServiceMeshAsyncClient. changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request, AsyncHandler<ChangeVirtualDeploymentCompartmentRequest,ChangeVirtualDeploymentCompartmentResponse> handler)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type ChangeVirtualDeploymentCompartmentResponse Modifier and Type Method Description Future<ChangeVirtualDeploymentCompartmentResponse>
ServiceMeshAsync. changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request, AsyncHandler<ChangeVirtualDeploymentCompartmentRequest,ChangeVirtualDeploymentCompartmentResponse> handler)
Moves a VirtualDeployment resource from one compartment identifier to another.Future<ChangeVirtualDeploymentCompartmentResponse>
ServiceMeshAsyncClient. changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request, AsyncHandler<ChangeVirtualDeploymentCompartmentRequest,ChangeVirtualDeploymentCompartmentResponse> handler)
-
Uses of ChangeVirtualDeploymentCompartmentResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return ChangeVirtualDeploymentCompartmentResponse Modifier and Type Method Description ChangeVirtualDeploymentCompartmentResponse
ChangeVirtualDeploymentCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type ChangeVirtualDeploymentCompartmentResponse Modifier and Type Method Description ChangeVirtualDeploymentCompartmentResponse.Builder
ChangeVirtualDeploymentCompartmentResponse.Builder. copy(ChangeVirtualDeploymentCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-