Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewaySummary
-
Packages that use IngressGatewaySummary Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model -
-
Uses of IngressGatewaySummary in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return types with arguments of type IngressGatewaySummary Modifier and Type Method Description Iterable<IngressGatewaySummary>
ServiceMeshPaginators. listIngressGatewaysRecordIterator(ListIngressGatewaysRequest request)
Creates a new iterable which will iterate over theIngressGatewaySummary
objects contained in responses from the listIngressGateways operation. -
Uses of IngressGatewaySummary in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewaySummary Modifier and Type Method Description IngressGatewaySummary
IngressGatewaySummary.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type IngressGatewaySummary Modifier and Type Method Description List<IngressGatewaySummary>
IngressGatewayCollection. getItems()
List of IngressGateway objects.Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewaySummary Modifier and Type Method Description IngressGatewaySummary.Builder
IngressGatewaySummary.Builder. copy(IngressGatewaySummary model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewaySummary Modifier and Type Method Description IngressGatewayCollection.Builder
IngressGatewayCollection.Builder. items(List<IngressGatewaySummary> items)
List of IngressGateway objects.Constructor parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewaySummary Constructor Description IngressGatewayCollection(List<IngressGatewaySummary> items)
Deprecated.
-