Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
GetDeploymentsResult.getItems()
The current page of any Deployment resources in the collection of
deployment resources.
|
Modifier and Type | Method and Description |
---|---|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Deployment... items)
The current page of any Deployment resources in the collection of
deployment resources.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.