| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
SoftwareSetSummary |
SoftwareSetSummary.clone() |
SoftwareSetSummary |
SoftwareSetSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the software set.
|
SoftwareSetSummary |
SoftwareSetSummary.withId(String id)
The ID of the software set.
|
SoftwareSetSummary |
SoftwareSetSummary.withReleasedAt(Date releasedAt)
The timestamp of when the software set was released.
|
SoftwareSetSummary |
SoftwareSetSummary.withSupportedUntil(Date supportedUntil)
The timestamp of the end of support for the software set.
|
SoftwareSetSummary |
SoftwareSetSummary.withValidationStatus(SoftwareSetValidationStatus validationStatus)
An option to define if the software set has been validated.
|
SoftwareSetSummary |
SoftwareSetSummary.withValidationStatus(String validationStatus)
An option to define if the software set has been validated.
|
SoftwareSetSummary |
SoftwareSetSummary.withVersion(String version)
The version of the software set.
|
| Modifier and Type | Method and Description |
|---|---|
List<SoftwareSetSummary> |
ListSoftwareSetsResult.getSoftwareSets()
Describes software sets.
|
| Modifier and Type | Method and Description |
|---|---|
ListSoftwareSetsResult |
ListSoftwareSetsResult.withSoftwareSets(SoftwareSetSummary... softwareSets)
Describes software sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSoftwareSetsResult.setSoftwareSets(Collection<SoftwareSetSummary> softwareSets)
Describes software sets.
|
ListSoftwareSetsResult |
ListSoftwareSetsResult.withSoftwareSets(Collection<SoftwareSetSummary> softwareSets)
Describes software sets.
|
Copyright © 2025. All rights reserved.