Uses of Class
com.amazonaws.services.ec2.model.LaunchPermission
-
Packages that use LaunchPermission Package Description com.amazonaws.services.ec2.model -
-
Uses of LaunchPermission in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return LaunchPermission Modifier and Type Method Description LaunchPermissionLaunchPermission. clone()LaunchPermissionLaunchPermission. withGroup(PermissionGroup group)The name of the group.LaunchPermissionLaunchPermission. withGroup(String group)The name of the group.LaunchPermissionLaunchPermission. withUserId(String userId)The AWS account ID.Methods in com.amazonaws.services.ec2.model that return types with arguments of type LaunchPermission Modifier and Type Method Description List<LaunchPermission>LaunchPermissionModifications. getAdd()The AWS account ID to add to the list of launch permissions for the AMI.List<LaunchPermission>ImageAttribute. getLaunchPermissions()One or more launch permissions.List<LaunchPermission>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 LaunchPermission Modifier and Type Method Description LaunchPermissionModificationsLaunchPermissionModifications. withAdd(LaunchPermission... add)The AWS account ID to add to the list of launch permissions for the AMI.ImageAttributeImageAttribute. withLaunchPermissions(LaunchPermission... launchPermissions)One or more launch permissions.LaunchPermissionModificationsLaunchPermissionModifications. 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 LaunchPermission Modifier and Type Method Description voidLaunchPermissionModifications. setAdd(Collection<LaunchPermission> add)The AWS account ID to add to the list of launch permissions for the AMI.voidImageAttribute. setLaunchPermissions(Collection<LaunchPermission> launchPermissions)One or more launch permissions.voidLaunchPermissionModifications. setRemove(Collection<LaunchPermission> remove)The AWS account ID to remove from the list of launch permissions for the AMI.LaunchPermissionModificationsLaunchPermissionModifications. withAdd(Collection<LaunchPermission> add)The AWS account ID to add to the list of launch permissions for the AMI.ImageAttributeImageAttribute. withLaunchPermissions(Collection<LaunchPermission> launchPermissions)One or more launch permissions.LaunchPermissionModificationsLaunchPermissionModifications. withRemove(Collection<LaunchPermission> remove)The AWS account ID to remove from the list of launch permissions for the AMI.
-