| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceResourceAssociation |
DisassociateWorkspaceApplicationResponse.association()
Information about the targeted association.
|
WorkspaceResourceAssociation |
AssociateWorkspaceApplicationResponse.association()
Information about the association between the specified WorkSpace and the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceResourceAssociation> |
DescribeWorkspaceAssociationsResponse.associations()
List of information about the specified associations.
|
List<WorkspaceResourceAssociation> |
WorkSpaceApplicationDeployment.associations()
The associations between the applications and the associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateWorkspaceApplicationResponse.Builder |
DisassociateWorkspaceApplicationResponse.Builder.association(WorkspaceResourceAssociation association)
Information about the targeted association.
|
AssociateWorkspaceApplicationResponse.Builder |
AssociateWorkspaceApplicationResponse.Builder.association(WorkspaceResourceAssociation association)
Information about the association between the specified WorkSpace and the specified application.
|
DescribeWorkspaceAssociationsResponse.Builder |
DescribeWorkspaceAssociationsResponse.Builder.associations(WorkspaceResourceAssociation... associations)
List of information about the specified associations.
|
WorkSpaceApplicationDeployment.Builder |
WorkSpaceApplicationDeployment.Builder.associations(WorkspaceResourceAssociation... associations)
The associations between the applications and the associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceAssociationsResponse.Builder |
DescribeWorkspaceAssociationsResponse.Builder.associations(Collection<WorkspaceResourceAssociation> associations)
List of information about the specified associations.
|
WorkSpaceApplicationDeployment.Builder |
WorkSpaceApplicationDeployment.Builder.associations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
|
Copyright © 2023. All rights reserved.