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