Uses of Class
com.amazonaws.services.apigateway.model.Deployment
Packages that use Deployment
-
Uses of Deployment in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeploymentModifier and TypeMethodDescriptionDeployment.addApiSummaryEntry
(String key, Map<String, MethodSnapshot> value) Deployment.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.Deployment.clone()
Deployment.withApiSummary
(Map<String, Map<String, MethodSnapshot>> apiSummary) Gets a summary of the RestApi at the date and time that the deployment resource was created.Deployment.withCreatedDate
(Date createdDate) The date and time that the deployment resource was created.Deployment.withDescription
(String description) The description for the deployment resource.The identifier for the deployment resource.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type DeploymentModifier and TypeMethodDescriptionGetDeploymentsResult.getItems()
The current page of any Deployment resources in the collection of deployment resources.Methods in com.amazonaws.services.apigateway.model with parameters of type DeploymentModifier and TypeMethodDescriptionGetDeploymentsResult.withItems
(Deployment... items) The current page of any Deployment resources in the collection of deployment resources.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type DeploymentModifier and TypeMethodDescriptionvoid
GetDeploymentsResult.setItems
(Collection<Deployment> items) The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResult.withItems
(Collection<Deployment> items) The current page of any Deployment resources in the collection of deployment resources.