| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationStateReason |
AssociationStateReason.clone() |
AssociationStateReason |
BundleResourceAssociation.getStateReason()
The reason the association deployment failed.
|
AssociationStateReason |
ApplicationResourceAssociation.getStateReason()
The reason the association deployment failed.
|
AssociationStateReason |
WorkspaceResourceAssociation.getStateReason()
The reason the association deployment failed.
|
AssociationStateReason |
ImageResourceAssociation.getStateReason()
The reason the association deployment failed.
|
AssociationStateReason |
AssociationStateReason.withErrorCode(AssociationErrorCode errorCode)
The error code of the association deployment failure.
|
AssociationStateReason |
AssociationStateReason.withErrorCode(String errorCode)
The error code of the association deployment failure.
|
AssociationStateReason |
AssociationStateReason.withErrorMessage(String errorMessage)
The error message of the association deployment failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleResourceAssociation.setStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
void |
ApplicationResourceAssociation.setStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
void |
WorkspaceResourceAssociation.setStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
void |
ImageResourceAssociation.setStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
BundleResourceAssociation |
BundleResourceAssociation.withStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
ApplicationResourceAssociation |
ApplicationResourceAssociation.withStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
WorkspaceResourceAssociation |
WorkspaceResourceAssociation.withStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
ImageResourceAssociation |
ImageResourceAssociation.withStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
Copyright © 2025. All rights reserved.