Uses of Class
com.oracle.bmc.apigateway.model.GatewayCollection
-
Packages that use GatewayCollection Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of GatewayCollection in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return GatewayCollection Modifier and Type Method Description GatewayCollection
GatewayCollection.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type GatewayCollection Modifier and Type Method Description GatewayCollection.Builder
GatewayCollection.Builder. copy(GatewayCollection model)
-
Uses of GatewayCollection in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GatewayCollection Modifier and Type Method Description GatewayCollection
ListGatewaysResponse. getGatewayCollection()
The returned GatewayCollection instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type GatewayCollection Modifier and Type Method Description ListGatewaysResponse.Builder
ListGatewaysResponse.Builder. gatewayCollection(GatewayCollection gatewayCollection)
The returned GatewayCollection instance.
-