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