Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayCollection
-
Packages that use IngressGatewayCollection Package Description com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.responses -
-
Uses of IngressGatewayCollection in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewayCollection Modifier and Type Method Description IngressGatewayCollection
IngressGatewayCollection.Builder. build()
Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayCollection Modifier and Type Method Description IngressGatewayCollection.Builder
IngressGatewayCollection.Builder. copy(IngressGatewayCollection model)
-
Uses of IngressGatewayCollection in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return IngressGatewayCollection Modifier and Type Method Description IngressGatewayCollection
ListIngressGatewaysResponse. getIngressGatewayCollection()
The returned IngressGatewayCollection instance.Methods in com.oracle.bmc.servicemesh.responses with parameters of type IngressGatewayCollection Modifier and Type Method Description ListIngressGatewaysResponse.Builder
ListIngressGatewaysResponse.Builder. ingressGatewayCollection(IngressGatewayCollection ingressGatewayCollection)
The returned IngressGatewayCollection instance.
-