| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.clone() |
Deployment |
UpdateEnvironmentResult.getLastDeployment()
The last deployment of the environment.
|
Deployment |
GetEnvironmentResult.getLastDeployment()
The details of the last deployment of the environment.
|
Deployment |
CreateEnvironmentResult.getLastDeployment()
The details of the last deployment of this Amazon DataZone environment.
|
Deployment |
Deployment.withDeploymentId(String deploymentId)
The identifier of the last deployment of the environment.
|
Deployment |
Deployment.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the last deployment of the environment.
|
Deployment |
Deployment.withDeploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
|
Deployment |
Deployment.withDeploymentType(DeploymentType deploymentType)
The type of the last deployment of the environment.
|
Deployment |
Deployment.withDeploymentType(String deploymentType)
The type of the last deployment of the environment.
|
Deployment |
Deployment.withFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
Deployment |
Deployment.withIsDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
|
Deployment |
Deployment.withMessages(Collection<String> messages)
The messages of the last deployment of the environment.
|
Deployment |
Deployment.withMessages(String... messages)
The messages of the last deployment of the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentResult.setLastDeployment(Deployment lastDeployment)
The last deployment of the environment.
|
void |
GetEnvironmentResult.setLastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
|
void |
CreateEnvironmentResult.setLastDeployment(Deployment lastDeployment)
The details of the last deployment of this Amazon DataZone environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withLastDeployment(Deployment lastDeployment)
The last deployment of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withLastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withLastDeployment(Deployment lastDeployment)
The details of the last deployment of this Amazon DataZone environment.
|
Copyright © 2024. All rights reserved.