| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ImageResourceAssociation |
ImageResourceAssociation.clone() |
ImageResourceAssociation |
ImageResourceAssociation.withAssociatedResourceId(String associatedResourceId)
The identifier of the associated resource.
|
ImageResourceAssociation |
ImageResourceAssociation.withAssociatedResourceType(ImageAssociatedResourceType associatedResourceType)
The resource type of the associated resources.
|
ImageResourceAssociation |
ImageResourceAssociation.withAssociatedResourceType(String associatedResourceType)
The resource type of the associated resources.
|
ImageResourceAssociation |
ImageResourceAssociation.withCreated(Date created)
The time the association is created.
|
ImageResourceAssociation |
ImageResourceAssociation.withImageId(String imageId)
The identifier of the image.
|
ImageResourceAssociation |
ImageResourceAssociation.withLastUpdatedTime(Date lastUpdatedTime)
The time the association status was last updated.
|
ImageResourceAssociation |
ImageResourceAssociation.withState(AssociationState state)
The status of the image resource association.
|
ImageResourceAssociation |
ImageResourceAssociation.withState(String state)
The status of the image resource association.
|
ImageResourceAssociation |
ImageResourceAssociation.withStateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageResourceAssociation> |
DescribeImageAssociationsResult.getAssociations()
List of information about the specified associations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAssociationsResult |
DescribeImageAssociationsResult.withAssociations(ImageResourceAssociation... associations)
List of information about the specified associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImageAssociationsResult.setAssociations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
|
DescribeImageAssociationsResult |
DescribeImageAssociationsResult.withAssociations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
|
Copyright © 2025. All rights reserved.