| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
EffectiveDeploymentStatusDetails |
EffectiveDeploymentStatusDetails.clone() |
EffectiveDeploymentStatusDetails |
EffectiveDeployment.getStatusDetails()
The status details that explain why a deployment has an error.
|
EffectiveDeploymentStatusDetails |
EffectiveDeploymentStatusDetails.withErrorStack(Collection<String> errorStack)
Contains an ordered list of short error codes that range from the most generic error to the most specific one.
|
EffectiveDeploymentStatusDetails |
EffectiveDeploymentStatusDetails.withErrorStack(String... errorStack)
Contains an ordered list of short error codes that range from the most generic error to the most specific one.
|
EffectiveDeploymentStatusDetails |
EffectiveDeploymentStatusDetails.withErrorTypes(Collection<String> errorTypes)
Contains tags which describe the error.
|
EffectiveDeploymentStatusDetails |
EffectiveDeploymentStatusDetails.withErrorTypes(String... errorTypes)
Contains tags which describe the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveDeployment.setStatusDetails(EffectiveDeploymentStatusDetails statusDetails)
The status details that explain why a deployment has an error.
|
EffectiveDeployment |
EffectiveDeployment.withStatusDetails(EffectiveDeploymentStatusDetails statusDetails)
The status details that explain why a deployment has an error.
|
Copyright © 2023. All rights reserved.