Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchPermission
Packages that use LaunchPermission
-
Uses of LaunchPermission in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchPermissionModifier and TypeMethodDescriptionfinal List<LaunchPermission>LaunchPermissionModifications.add()The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.final List<LaunchPermission>DescribeImageAttributeResponse.launchPermissions()The launch permissions.final List<LaunchPermission>LaunchPermissionModifications.remove()The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchPermissionModifier and TypeMethodDescriptionLaunchPermissionModifications.Builder.add(LaunchPermission... add) The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.DescribeImageAttributeResponse.Builder.launchPermissions(LaunchPermission... launchPermissions) The launch permissions.LaunchPermissionModifications.Builder.remove(LaunchPermission... remove) The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchPermissionModifier and TypeMethodDescriptionLaunchPermissionModifications.Builder.add(Collection<LaunchPermission> add) The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.DescribeImageAttributeResponse.Builder.launchPermissions(Collection<LaunchPermission> launchPermissions) The launch permissions.LaunchPermissionModifications.Builder.remove(Collection<LaunchPermission> remove) The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.