Uses of Class
software.amazon.awssdk.services.workspaces.model.ImagePermission
-
Packages that use ImagePermission Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of ImagePermission in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type ImagePermission Modifier and Type Method Description List<ImagePermission>DescribeWorkspaceImagePermissionsResponse. imagePermissions()The identifiers of the Amazon Web Services accounts that the image has been shared with.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type ImagePermission Modifier and Type Method Description DescribeWorkspaceImagePermissionsResponse.BuilderDescribeWorkspaceImagePermissionsResponse.Builder. imagePermissions(ImagePermission... imagePermissions)The identifiers of the Amazon Web Services accounts that the image has been shared with.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type ImagePermission Modifier and Type Method Description DescribeWorkspaceImagePermissionsResponse.BuilderDescribeWorkspaceImagePermissionsResponse.Builder. imagePermissions(Collection<ImagePermission> imagePermissions)The identifiers of the Amazon Web Services accounts that the image has been shared with.
-