Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Deployment> |
GetDeploymentsResult.items
The current page of any Deployment resources in the collection of
deployment resources.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
Deployment |
Deployment.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
Deployment |
Deployment.withCreatedDate(java.util.Date createdDate)
The date and time that the deployment resource was created.
|
Deployment |
Deployment.withDescription(java.lang.String description)
The description for the deployment resource.
|
Deployment |
Deployment.withId(java.lang.String id)
The identifier for the deployment resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Deployment> items)
The current page of any Deployment resources in the collection of
deployment resources.
|
GetDeploymentsResult |
GetDeploymentsResult.withItems(java.util.Collection<Deployment> items)
The current page of any Deployment resources in the collection of
deployment resources.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentJsonMarshaller.marshall(Deployment deployment,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|