Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.