Uses of Class
com.amazonaws.services.ec2.model.LaunchPermission
Packages that use LaunchPermission
-
Uses of LaunchPermission in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return LaunchPermissionModifier and TypeMethodDescriptionLaunchPermission.clone()
LaunchPermission.withGroup
(PermissionGroup group) The name of the group.The name of the group.LaunchPermission.withUserId
(String userId) The AWS account ID.Methods in com.amazonaws.services.ec2.model that return types with arguments of type LaunchPermissionModifier and TypeMethodDescriptionLaunchPermissionModifications.getAdd()
The AWS account ID to add to the list of launch permissions for the AMI.ImageAttribute.getLaunchPermissions()
One or more launch permissions.LaunchPermissionModifications.getRemove()
The AWS account ID to remove from the list of launch permissions for the AMI.Methods in com.amazonaws.services.ec2.model with parameters of type LaunchPermissionModifier and TypeMethodDescriptionLaunchPermissionModifications.withAdd
(LaunchPermission... add) The AWS account ID to add to the list of launch permissions for the AMI.ImageAttribute.withLaunchPermissions
(LaunchPermission... launchPermissions) One or more launch permissions.LaunchPermissionModifications.withRemove
(LaunchPermission... remove) The AWS account ID to remove from the list of launch permissions for the AMI.Method parameters in com.amazonaws.services.ec2.model with type arguments of type LaunchPermissionModifier and TypeMethodDescriptionvoid
LaunchPermissionModifications.setAdd
(Collection<LaunchPermission> add) The AWS account ID to add to the list of launch permissions for the AMI.void
ImageAttribute.setLaunchPermissions
(Collection<LaunchPermission> launchPermissions) One or more launch permissions.void
LaunchPermissionModifications.setRemove
(Collection<LaunchPermission> remove) The AWS account ID to remove from the list of launch permissions for the AMI.LaunchPermissionModifications.withAdd
(Collection<LaunchPermission> add) The AWS account ID to add to the list of launch permissions for the AMI.ImageAttribute.withLaunchPermissions
(Collection<LaunchPermission> launchPermissions) One or more launch permissions.LaunchPermissionModifications.withRemove
(Collection<LaunchPermission> remove) The AWS account ID to remove from the list of launch permissions for the AMI.