Uses of Class
com.oracle.bmc.servicemesh.model.UpdateIngressGatewayRouteTableDetails
-
Packages that use UpdateIngressGatewayRouteTableDetails Package Description com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of UpdateIngressGatewayRouteTableDetails in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return UpdateIngressGatewayRouteTableDetails Modifier and Type Method Description UpdateIngressGatewayRouteTableDetails
UpdateIngressGatewayRouteTableDetails.Builder. build()
Methods in com.oracle.bmc.servicemesh.model with parameters of type UpdateIngressGatewayRouteTableDetails Modifier and Type Method Description UpdateIngressGatewayRouteTableDetails.Builder
UpdateIngressGatewayRouteTableDetails.Builder. copy(UpdateIngressGatewayRouteTableDetails model)
-
Uses of UpdateIngressGatewayRouteTableDetails in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return UpdateIngressGatewayRouteTableDetails Modifier and Type Method Description UpdateIngressGatewayRouteTableDetails
UpdateIngressGatewayRouteTableRequest. getBody$()
Alternative accessor for the body parameter.UpdateIngressGatewayRouteTableDetails
UpdateIngressGatewayRouteTableRequest. getUpdateIngressGatewayRouteTableDetails()
The information to be updated.Methods in com.oracle.bmc.servicemesh.requests with parameters of type UpdateIngressGatewayRouteTableDetails Modifier and Type Method Description UpdateIngressGatewayRouteTableRequest.Builder
UpdateIngressGatewayRouteTableRequest.Builder. body$(UpdateIngressGatewayRouteTableDetails body)
Alternative setter for the body parameter.UpdateIngressGatewayRouteTableRequest.Builder
UpdateIngressGatewayRouteTableRequest.Builder. updateIngressGatewayRouteTableDetails(UpdateIngressGatewayRouteTableDetails updateIngressGatewayRouteTableDetails)
The information to be updated.
-