Uses of Class
com.oracle.bmc.apigateway.model.ApiSpecificationRoute
-
Packages that use ApiSpecificationRoute Package Description com.oracle.bmc.apigateway.model -
-
Uses of ApiSpecificationRoute in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ApiSpecificationRoute Modifier and Type Method Description ApiSpecificationRoute
ApiSpecificationRoute.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type ApiSpecificationRoute Modifier and Type Method Description List<ApiSpecificationRoute>
ApiSpecification. getRoutes()
A list of routes that this API exposes.Methods in com.oracle.bmc.apigateway.model with parameters of type ApiSpecificationRoute Modifier and Type Method Description ApiSpecificationRoute.Builder
ApiSpecificationRoute.Builder. copy(ApiSpecificationRoute model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type ApiSpecificationRoute Modifier and Type Method Description ApiSpecification.Builder
ApiSpecification.Builder. routes(List<ApiSpecificationRoute> routes)
A list of routes that this API exposes.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type ApiSpecificationRoute Constructor Description ApiSpecification(ApiSpecificationRequestPolicies requestPolicies, ApiSpecificationLoggingPolicies loggingPolicies, List<ApiSpecificationRoute> routes)
Deprecated.
-