Uses of Class
com.oracle.bmc.servicemesh.requests.UpdateIngressGatewayRequest
-
Packages that use UpdateIngressGatewayRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of UpdateIngressGatewayRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type UpdateIngressGatewayRequest Modifier and Type Method Description UpdateIngressGatewayResponse
ServiceMesh. updateIngressGateway(UpdateIngressGatewayRequest request)
Updates the IngressGateway.Future<UpdateIngressGatewayResponse>
ServiceMeshAsync. updateIngressGateway(UpdateIngressGatewayRequest request, AsyncHandler<UpdateIngressGatewayRequest,UpdateIngressGatewayResponse> handler)
Updates the IngressGateway.Future<UpdateIngressGatewayResponse>
ServiceMeshAsyncClient. updateIngressGateway(UpdateIngressGatewayRequest request, AsyncHandler<UpdateIngressGatewayRequest,UpdateIngressGatewayResponse> handler)
UpdateIngressGatewayResponse
ServiceMeshClient. updateIngressGateway(UpdateIngressGatewayRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type UpdateIngressGatewayRequest 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 UpdateIngressGatewayRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return UpdateIngressGatewayRequest Modifier and Type Method Description UpdateIngressGatewayRequest
UpdateIngressGatewayRequest.Builder. build()
Build the instance of UpdateIngressGatewayRequest as configured by this builderUpdateIngressGatewayRequest
UpdateIngressGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateIngressGatewayRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type UpdateIngressGatewayRequest Modifier and Type Method Description UpdateIngressGatewayRequest.Builder
UpdateIngressGatewayRequest.Builder. copy(UpdateIngressGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-