Uses of Class
com.amazonaws.services.apigateway.model.Deployment
-
Packages that use Deployment Package Description com.amazonaws.services.apigateway.model -
-
Uses of Deployment in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return Deployment Modifier and Type Method Description Deployment
Deployment. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
Deployment
Deployment. clearApiSummaryEntries()
Removes all the entries added into ApiSummary.Deployment
Deployment. clone()
Deployment
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
Deployment. withCreatedDate(Date createdDate)
The date and time that the deployment resource was created.Deployment
Deployment. withDescription(String description)
The description for the deployment resource.Deployment
Deployment. withId(String id)
The identifier for the deployment resource.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>
GetDeploymentsResult. 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 Deployment Modifier and Type Method Description GetDeploymentsResult
GetDeploymentsResult. 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 Deployment Modifier and Type Method Description void
GetDeploymentsResult. setItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResult
GetDeploymentsResult. withItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of deployment resources.
-