Uses of Class
com.oracle.bmc.apigateway.model.ApiSpecification
-
Packages that use ApiSpecification Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of ApiSpecification in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ApiSpecification Modifier and Type Method Description ApiSpecification
ApiSpecification.Builder. build()
ApiSpecification
CreateDeploymentDetails. getSpecification()
ApiSpecification
Deployment. getSpecification()
ApiSpecification
UpdateDeploymentDetails. getSpecification()
Methods in com.oracle.bmc.apigateway.model with parameters of type ApiSpecification Modifier and Type Method Description ApiSpecification.Builder
ApiSpecification.Builder. copy(ApiSpecification model)
CreateDeploymentDetails.Builder
CreateDeploymentDetails.Builder. specification(ApiSpecification specification)
Deployment.Builder
Deployment.Builder. specification(ApiSpecification specification)
UpdateDeploymentDetails.Builder
UpdateDeploymentDetails.Builder. specification(ApiSpecification specification)
Constructors in com.oracle.bmc.apigateway.model with parameters of type ApiSpecification Constructor Description CreateDeploymentDetails(String displayName, String gatewayId, String compartmentId, String pathPrefix, ApiSpecification specification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Deployment(String id, String gatewayId, String displayName, String compartmentId, String pathPrefix, String endpoint, ApiSpecification specification, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateDeploymentDetails(String displayName, ApiSpecification specification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of ApiSpecification in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return ApiSpecification Modifier and Type Method Description ApiSpecification
GetApiDeploymentSpecificationResponse. getApiSpecification()
The returned ApiSpecification instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type ApiSpecification Modifier and Type Method Description GetApiDeploymentSpecificationResponse.Builder
GetApiDeploymentSpecificationResponse.Builder. apiSpecification(ApiSpecification apiSpecification)
The returned ApiSpecification instance.
-