Package | Description |
---|---|
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.responses |
Modifier and Type | Method and Description |
---|---|
ApiSpecification |
ApiSpecification.Builder.build() |
ApiSpecification |
UpdateDeploymentDetails.getSpecification() |
ApiSpecification |
Deployment.getSpecification() |
ApiSpecification |
CreateDeploymentDetails.getSpecification() |
Modifier and Type | Method and Description |
---|---|
ApiSpecification.Builder |
ApiSpecification.Builder.copy(ApiSpecification model) |
UpdateDeploymentDetails.Builder |
UpdateDeploymentDetails.Builder.specification(ApiSpecification specification) |
Deployment.Builder |
Deployment.Builder.specification(ApiSpecification specification) |
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.specification(ApiSpecification specification) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ApiSpecification |
GetApiDeploymentSpecificationResponse.getApiSpecification()
The returned
ApiSpecification instance. |
Modifier and Type | Method and Description |
---|---|
GetApiDeploymentSpecificationResponse.Builder |
GetApiDeploymentSpecificationResponse.Builder.apiSpecification(ApiSpecification apiSpecification)
The returned
ApiSpecification instance. |
Copyright © 2016–2024. All rights reserved.