| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
Application |
Application.clearMetadataEntries()
Removes all the entries added into Metadata.
|
Application |
Application.clone() |
Application |
UpdateApplicationResult.getApplication() |
Application |
CreateApplicationResult.getApplication() |
Application |
Application.withAppBlockArn(String appBlockArn)
The app block ARN of the application.
|
Application |
Application.withArn(String arn)
The ARN of the application.
|
Application |
Application.withCreatedTime(Date createdTime)
The time at which the application was created within the app block.
|
Application |
Application.withDescription(String description)
The description of the application.
|
Application |
Application.withDisplayName(String displayName)
The application name to display.
|
Application |
Application.withEnabled(Boolean enabled)
If there is a problem, the application can be disabled after image creation.
|
Application |
Application.withIconS3Location(S3Location iconS3Location)
The S3 location of the application icon.
|
Application |
Application.withIconURL(String iconURL)
The URL for the application icon.
|
Application |
Application.withInstanceFamilies(Collection<String> instanceFamilies)
The instance families for the application.
|
Application |
Application.withInstanceFamilies(String... instanceFamilies)
The instance families for the application.
|
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.
|
Application |
Application.withPlatforms(Collection<String> platforms)
The platforms on which the application can run.
|
Application |
Application.withPlatforms(PlatformType... platforms)
The platforms on which the application can run.
|
Application |
Application.withPlatforms(String... platforms)
The platforms on which the application can run.
|
Application |
Application.withWorkingDirectory(String workingDirectory)
The working directory for the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
Image.getApplications()
The applications associated with the image.
|
List<Application> |
DescribeApplicationsResult.getApplications()
The applications in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationResult.setApplication(Application application) |
void |
CreateApplicationResult.setApplication(Application application) |
UpdateApplicationResult |
UpdateApplicationResult.withApplication(Application application) |
CreateApplicationResult |
CreateApplicationResult.withApplication(Application application) |
Image |
Image.withApplications(Application... applications)
The applications associated with the image.
|
DescribeApplicationsResult |
DescribeApplicationsResult.withApplications(Application... applications)
The applications in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setApplications(Collection<Application> applications)
The applications associated with the image.
|
void |
DescribeApplicationsResult.setApplications(Collection<Application> applications)
The applications in the list.
|
Image |
Image.withApplications(Collection<Application> applications)
The applications associated with the image.
|
DescribeApplicationsResult |
DescribeApplicationsResult.withApplications(Collection<Application> applications)
The applications in the list.
|
Copyright © 2024. All rights reserved.