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