Uses of Class
software.amazon.awssdk.services.appstream.model.SharedImagePermissions
-
Packages that use SharedImagePermissions Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of SharedImagePermissions in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type SharedImagePermissions Modifier and Type Method Description List<SharedImagePermissions>DescribeImagePermissionsResponse. sharedImagePermissionsList()The permissions for a private image that you own.Methods in software.amazon.awssdk.services.appstream.model with parameters of type SharedImagePermissions Modifier and Type Method Description DescribeImagePermissionsResponse.BuilderDescribeImagePermissionsResponse.Builder. sharedImagePermissionsList(SharedImagePermissions... sharedImagePermissionsList)The permissions for a private image that you own.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type SharedImagePermissions Modifier and Type Method Description DescribeImagePermissionsResponse.BuilderDescribeImagePermissionsResponse.Builder. sharedImagePermissionsList(Collection<SharedImagePermissions> sharedImagePermissionsList)The permissions for a private image that you own.
-