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 DeploymentDeployment. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)DeploymentDeployment. clearApiSummaryEntries()Removes all the entries added into ApiSummary.DeploymentDeployment. clone()DeploymentDeployment. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.DeploymentDeployment. withCreatedDate(Date createdDate)The date and time that the deployment resource was created.DeploymentDeployment. withDescription(String description)The description for the deployment resource.DeploymentDeployment. 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 GetDeploymentsResultGetDeploymentsResult. 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 voidGetDeploymentsResult. setItems(Collection<Deployment> items)The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResultGetDeploymentsResult. withItems(Collection<Deployment> items)The current page of any Deployment resources in the collection of deployment resources.
-