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