| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
CreateApplicationResponse.application()
Returns the value of the Application property for this object.
|
Application |
UpdateApplicationResponse.application()
Returns the value of the Application property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
Image.applications()
The applications associated with the image.
|
List<Application> |
DescribeApplicationsResponse.applications()
The applications in the list.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.application(Application application)
Sets the value of the Application property for this object.
|
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.application(Application application)
Sets the value of the Application property for this object.
|
Image.Builder |
Image.Builder.applications(Application... applications)
The applications associated with the image.
|
DescribeApplicationsResponse.Builder |
DescribeApplicationsResponse.Builder.applications(Application... applications)
The applications in the list.
|
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.applications(Collection<Application> applications)
The applications associated with the image.
|
DescribeApplicationsResponse.Builder |
DescribeApplicationsResponse.Builder.applications(Collection<Application> applications)
The applications in the list.
|
Copyright © 2023. All rights reserved.