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 LaunchPermission
LaunchPermission. clone()
LaunchPermission
LaunchPermission. withGroup(PermissionGroup group)
The name of the group.LaunchPermission
LaunchPermission. withGroup(String group)
The name of the group.LaunchPermission
LaunchPermission. 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 LaunchPermissionModifications
LaunchPermissionModifications. withAdd(LaunchPermission... add)
The AWS account ID to add to the list of launch permissions for the AMI.ImageAttribute
ImageAttribute. withLaunchPermissions(LaunchPermission... launchPermissions)
One or more launch permissions.LaunchPermissionModifications
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 LaunchPermission Modifier and Type Method Description void
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
LaunchPermissionModifications. withAdd(Collection<LaunchPermission> add)
The AWS account ID to add to the list of launch permissions for the AMI.ImageAttribute
ImageAttribute. withLaunchPermissions(Collection<LaunchPermission> launchPermissions)
One or more launch permissions.LaunchPermissionModifications
LaunchPermissionModifications. withRemove(Collection<LaunchPermission> remove)
The AWS account ID to remove from the list of launch permissions for the AMI.
-