Uses of Class
software.amazon.awssdk.services.appstream.model.ImagePermissions
-
Packages that use ImagePermissions Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ImagePermissions in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ImagePermissions Modifier and Type Method Description ImagePermissionsImage. imagePermissions()The permissions to provide to the destination AWS account for the specified image.ImagePermissionsSharedImagePermissions. imagePermissions()Describes the permissions for a shared image.ImagePermissionsUpdateImagePermissionsRequest. imagePermissions()The permissions for the image.Methods in software.amazon.awssdk.services.appstream.model with parameters of type ImagePermissions Modifier and Type Method Description Image.BuilderImage.Builder. imagePermissions(ImagePermissions imagePermissions)The permissions to provide to the destination AWS account for the specified image.SharedImagePermissions.BuilderSharedImagePermissions.Builder. imagePermissions(ImagePermissions imagePermissions)Describes the permissions for a shared image.UpdateImagePermissionsRequest.BuilderUpdateImagePermissionsRequest.Builder. imagePermissions(ImagePermissions imagePermissions)The permissions for the image.
-