| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary |
EnvironmentSummary.clone() |
EnvironmentSummary |
CreateEnvironmentResult.getEnvironment()
Describes an environment.
|
EnvironmentSummary |
UpdateEnvironmentResult.getEnvironment()
Describes an environment.
|
EnvironmentSummary |
EnvironmentSummary.withActivationCode(String activationCode)
The activation code to register a device to the environment.
|
EnvironmentSummary |
EnvironmentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
EnvironmentSummary |
EnvironmentSummary.withDesiredSoftwareSetId(String desiredSoftwareSetId)
The ID of the software set to apply.
|
EnvironmentSummary |
EnvironmentSummary.withDesktopArn(String desktopArn)
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream 2.0.
|
EnvironmentSummary |
EnvironmentSummary.withDesktopEndpoint(String desktopEndpoint)
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
EnvironmentSummary |
EnvironmentSummary.withDesktopType(DesktopType desktopType)
The type of streaming desktop for the environment.
|
EnvironmentSummary |
EnvironmentSummary.withDesktopType(String desktopType)
The type of streaming desktop for the environment.
|
EnvironmentSummary |
EnvironmentSummary.withId(String id)
The ID of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
EnvironmentSummary |
EnvironmentSummary.withName(String name)
The name of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withPendingSoftwareSetId(String pendingSoftwareSetId)
The ID of the software set that is pending to be installed.
|
EnvironmentSummary |
EnvironmentSummary.withSoftwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode)
An option to define which software updates to apply.
|
EnvironmentSummary |
EnvironmentSummary.withSoftwareSetUpdateMode(String softwareSetUpdateMode)
An option to define which software updates to apply.
|
EnvironmentSummary |
EnvironmentSummary.withSoftwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
EnvironmentSummary |
EnvironmentSummary.withSoftwareSetUpdateSchedule(String softwareSetUpdateSchedule)
An option to define if software updates should be applied within a maintenance window.
|
EnvironmentSummary |
EnvironmentSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the device was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentSummary> |
ListEnvironmentsResult.getEnvironments()
Describes environments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEnvironmentResult.setEnvironment(EnvironmentSummary environment)
Describes an environment.
|
void |
UpdateEnvironmentResult.setEnvironment(EnvironmentSummary environment)
Describes an environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironment(EnvironmentSummary environment)
Describes an environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironment(EnvironmentSummary environment)
Describes an environment.
|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironments(EnvironmentSummary... environments)
Describes environments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentsResult.setEnvironments(Collection<EnvironmentSummary> environments)
Describes environments.
|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironments(Collection<EnvironmentSummary> environments)
Describes environments.
|
Copyright © 2025. All rights reserved.