| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value)
Add a single ApiSummary entry
|
Deployment |
Deployment.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
GetDeploymentsResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Deployment... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentsResult.setItems(Collection<Deployment> items)
The current page of elements from this collection.
|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Collection<Deployment> items)
The current page of elements from this collection.
|
Copyright © 2021. All rights reserved.