| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static AssociationState |
AssociationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AssociationState |
ImageResourceAssociation.state()
The status of the image resource association.
|
AssociationState |
WorkspaceResourceAssociation.state()
The status of the WorkSpace resource association.
|
AssociationState |
BundleResourceAssociation.state()
The status of the bundle resource association.
|
AssociationState |
ApplicationResourceAssociation.state()
The status of the application resource association.
|
static AssociationState |
AssociationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationState[] |
AssociationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AssociationState> |
AssociationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageResourceAssociation.Builder |
ImageResourceAssociation.Builder.state(AssociationState state)
The status of the image resource association.
|
WorkspaceResourceAssociation.Builder |
WorkspaceResourceAssociation.Builder.state(AssociationState state)
The status of the WorkSpace resource association.
|
BundleResourceAssociation.Builder |
BundleResourceAssociation.Builder.state(AssociationState state)
The status of the bundle resource association.
|
ApplicationResourceAssociation.Builder |
ApplicationResourceAssociation.Builder.state(AssociationState state)
The status of the application resource association.
|
Copyright © 2023. All rights reserved.