Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ApiSpecificationLoggingPolicies |
ApiSpecificationLoggingPolicies.Builder.build() |
ApiSpecificationLoggingPolicies |
ApiSpecification.getLoggingPolicies() |
ApiSpecificationLoggingPolicies |
ApiSpecificationRoute.getLoggingPolicies() |
Modifier and Type | Method and Description |
---|---|
ApiSpecificationLoggingPolicies.Builder |
ApiSpecificationLoggingPolicies.Builder.copy(ApiSpecificationLoggingPolicies model) |
ApiSpecification.Builder |
ApiSpecification.Builder.loggingPolicies(ApiSpecificationLoggingPolicies loggingPolicies) |
ApiSpecificationRoute.Builder |
ApiSpecificationRoute.Builder.loggingPolicies(ApiSpecificationLoggingPolicies loggingPolicies) |
Constructor and Description |
---|
ApiSpecification(ApiSpecificationRequestPolicies requestPolicies,
ApiSpecificationLoggingPolicies loggingPolicies,
List<ApiSpecificationRoute> routes)
Deprecated.
|
ApiSpecificationRoute(String path,
List<ApiSpecificationRoute.Methods> methods,
ApiSpecificationRouteRequestPolicies requestPolicies,
ApiSpecificationRouteResponsePolicies responsePolicies,
ApiSpecificationLoggingPolicies loggingPolicies,
ApiSpecificationRouteBackend backend)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.