| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withAutoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
|
Deployment |
Deployment.withCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
|
Deployment |
Deployment.withDeploymentId(String deploymentId)
The identifier for the deployment.
|
Deployment |
Deployment.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
Deployment |
Deployment.withDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
Deployment |
Deployment.withDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
Deployment |
Deployment.withDescription(String description)
The description for the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
GetDeploymentsResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Deployment... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentsResult.setItems(Collection<Deployment> items)
The elements from this collection.
|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Collection<Deployment> items)
The elements from this collection.
|
Copyright © 2020. All rights reserved.