| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
SoftwareSet |
SoftwareSet.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SoftwareSet |
SoftwareSet.clearTagsEntries()
Removes all the entries added into Tags.
|
SoftwareSet |
SoftwareSet.clone() |
SoftwareSet |
GetSoftwareSetResult.getSoftwareSet()
Describes a software set.
|
SoftwareSet |
SoftwareSet.withArn(String arn)
The Amazon Resource Name (ARN) of the software set.
|
SoftwareSet |
SoftwareSet.withId(String id)
The ID of the software set.
|
SoftwareSet |
SoftwareSet.withReleasedAt(Date releasedAt)
The timestamp of when the software set was released.
|
SoftwareSet |
SoftwareSet.withSoftware(Collection<Software> software)
A list of the software components in the software set.
|
SoftwareSet |
SoftwareSet.withSoftware(Software... software)
A list of the software components in the software set.
|
SoftwareSet |
SoftwareSet.withSupportedUntil(Date supportedUntil)
The timestamp of the end of support for the software set.
|
SoftwareSet |
SoftwareSet.withTags(Map<String,String> tags)
The tag keys and optional values for the resource.
|
SoftwareSet |
SoftwareSet.withValidationStatus(SoftwareSetValidationStatus validationStatus)
An option to define if the software set has been validated.
|
SoftwareSet |
SoftwareSet.withValidationStatus(String validationStatus)
An option to define if the software set has been validated.
|
SoftwareSet |
SoftwareSet.withVersion(String version)
The version of the software set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSoftwareSetResult.setSoftwareSet(SoftwareSet softwareSet)
Describes a software set.
|
GetSoftwareSetResult |
GetSoftwareSetResult.withSoftwareSet(SoftwareSet softwareSet)
Describes a software set.
|
Copyright © 2024. All rights reserved.