| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
SharedImagePermissions |
SharedImagePermissions.clone() |
SharedImagePermissions |
SharedImagePermissions.withImagePermissions(ImagePermissions imagePermissions)
Describes the permissions for a shared image.
|
SharedImagePermissions |
SharedImagePermissions.withSharedAccountId(String sharedAccountId)
The 12-digit identifier of the AWS account with which the image is shared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SharedImagePermissions> |
DescribeImagePermissionsResult.getSharedImagePermissionsList()
The permissions for a private image that you own.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagePermissionsResult |
DescribeImagePermissionsResult.withSharedImagePermissionsList(SharedImagePermissions... sharedImagePermissionsList)
The permissions for a private image that you own.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImagePermissionsResult.setSharedImagePermissionsList(Collection<SharedImagePermissions> sharedImagePermissionsList)
The permissions for a private image that you own.
|
DescribeImagePermissionsResult |
DescribeImagePermissionsResult.withSharedImagePermissionsList(Collection<SharedImagePermissions> sharedImagePermissionsList)
The permissions for a private image that you own.
|
Copyright © 2022. All rights reserved.