Uses of Class
com.oracle.bmc.apigateway.model.ApiSpecificationLoggingPolicies
-
Packages that use ApiSpecificationLoggingPolicies Package Description com.oracle.bmc.apigateway.model -
-
Uses of ApiSpecificationLoggingPolicies in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ApiSpecificationLoggingPolicies Modifier and Type Method Description ApiSpecificationLoggingPolicies
ApiSpecificationLoggingPolicies.Builder. build()
ApiSpecificationLoggingPolicies
ApiSpecification. getLoggingPolicies()
ApiSpecificationLoggingPolicies
ApiSpecificationRoute. getLoggingPolicies()
Methods in com.oracle.bmc.apigateway.model with parameters of type ApiSpecificationLoggingPolicies Modifier and Type Method Description ApiSpecificationLoggingPolicies.Builder
ApiSpecificationLoggingPolicies.Builder. copy(ApiSpecificationLoggingPolicies model)
ApiSpecification.Builder
ApiSpecification.Builder. loggingPolicies(ApiSpecificationLoggingPolicies loggingPolicies)
ApiSpecificationRoute.Builder
ApiSpecificationRoute.Builder. loggingPolicies(ApiSpecificationLoggingPolicies loggingPolicies)
Constructors in com.oracle.bmc.apigateway.model with parameters of type ApiSpecificationLoggingPolicies Constructor 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.
-