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