| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addMetadataEntry(String key,
String value) |
Application |
Application.clearMetadataEntries()
Removes all the entries added into Metadata.
|
Application |
Application.clone() |
Application |
Application.withDisplayName(String displayName)
The application name for display.
|
Application |
Application.withEnabled(Boolean enabled)
If there is a problem, the application can be disabled after image creation.
|
Application |
Application.withIconURL(String iconURL)
The URL for the application icon.
|
Application |
Application.withLaunchParameters(String launchParameters)
The arguments that are passed to the application at launch.
|
Application |
Application.withLaunchPath(String launchPath)
The path to the application executable in the instance.
|
Application |
Application.withMetadata(Map<String,String> metadata)
Additional attributes that describe the application.
|
Application |
Application.withName(String name)
The name of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
Image.getApplications()
The applications associated with the image.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.withApplications(Application... applications)
The applications associated with the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setApplications(Collection<Application> applications)
The applications associated with the image.
|
Image |
Image.withApplications(Collection<Application> applications)
The applications associated with the image.
|
Copyright © 2018. All rights reserved.