Uses of Class
com.oracle.bmc.servicemesh.requests.ChangeMeshCompartmentRequest
-
Packages that use ChangeMeshCompartmentRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of ChangeMeshCompartmentRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type ChangeMeshCompartmentRequest Modifier and Type Method Description ChangeMeshCompartmentResponse
ServiceMesh. changeMeshCompartment(ChangeMeshCompartmentRequest request)
Moves a Mesh resource from one compartment identifier to another.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)
ChangeMeshCompartmentResponse
ServiceMeshClient. changeMeshCompartment(ChangeMeshCompartmentRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type ChangeMeshCompartmentRequest 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 ChangeMeshCompartmentRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return ChangeMeshCompartmentRequest Modifier and Type Method Description ChangeMeshCompartmentRequest
ChangeMeshCompartmentRequest.Builder. build()
Build the instance of ChangeMeshCompartmentRequest as configured by this builderChangeMeshCompartmentRequest
ChangeMeshCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeMeshCompartmentRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type ChangeMeshCompartmentRequest Modifier and Type Method Description ChangeMeshCompartmentRequest.Builder
ChangeMeshCompartmentRequest.Builder. copy(ChangeMeshCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-