| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
ImagePermissions |
ImagePermissions.clone() |
ImagePermissions |
UpdateImagePermissionsRequest.getImagePermissions()
The permissions for the image.
|
ImagePermissions |
SharedImagePermissions.getImagePermissions()
Describes the permissions for a shared image.
|
ImagePermissions |
Image.getImagePermissions()
The permissions to provide to the destination AWS account for the specified image.
|
ImagePermissions |
ImagePermissions.withAllowFleet(Boolean allowFleet)
Indicates whether the image can be used for a fleet.
|
ImagePermissions |
ImagePermissions.withAllowImageBuilder(Boolean allowImageBuilder)
Indicates whether the image can be used for an image builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateImagePermissionsRequest.setImagePermissions(ImagePermissions imagePermissions)
The permissions for the image.
|
void |
SharedImagePermissions.setImagePermissions(ImagePermissions imagePermissions)
Describes the permissions for a shared image.
|
void |
Image.setImagePermissions(ImagePermissions imagePermissions)
The permissions to provide to the destination AWS account for the specified image.
|
UpdateImagePermissionsRequest |
UpdateImagePermissionsRequest.withImagePermissions(ImagePermissions imagePermissions)
The permissions for the image.
|
SharedImagePermissions |
SharedImagePermissions.withImagePermissions(ImagePermissions imagePermissions)
Describes the permissions for a shared image.
|
Image |
Image.withImagePermissions(ImagePermissions imagePermissions)
The permissions to provide to the destination AWS account for the specified image.
|
Copyright © 2021. All rights reserved.