Uses of Class
com.oracle.bmc.apigateway.model.GatewaySummary
-
Packages that use GatewaySummary Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of GatewaySummary in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type GatewaySummary Modifier and Type Method Description Iterable<GatewaySummary>
GatewayPaginators. listGatewaysRecordIterator(ListGatewaysRequest request)
Creates a new iterable which will iterate over theGatewaySummary
objects contained in responses from the listGateways operation. -
Uses of GatewaySummary in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return GatewaySummary Modifier and Type Method Description GatewaySummary
GatewaySummary.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type GatewaySummary Modifier and Type Method Description List<GatewaySummary>
GatewayCollection. getItems()
Gateway summaries.Methods in com.oracle.bmc.apigateway.model with parameters of type GatewaySummary Modifier and Type Method Description GatewaySummary.Builder
GatewaySummary.Builder. copy(GatewaySummary model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type GatewaySummary Modifier and Type Method Description GatewayCollection.Builder
GatewayCollection.Builder. items(List<GatewaySummary> items)
Gateway summaries.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type GatewaySummary Constructor Description GatewayCollection(List<GatewaySummary> items)
Deprecated.
-