Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LaunchPermission> |
LaunchPermissionModifications.add
The AWS account ID to add to the list of launch permissions for the AMI.
|
private SdkInternalList<LaunchPermission> |
ImageAttribute.launchPermissions
One or more launch permissions.
|
private SdkInternalList<LaunchPermission> |
LaunchPermissionModifications.remove
The AWS account ID to remove from the list of launch permissions for the
AMI.
|
Modifier and Type | Method and Description |
---|---|
LaunchPermission |
LaunchPermission.clone() |
LaunchPermission |
LaunchPermission.withGroup(PermissionGroup group)
The name of the group.
|
LaunchPermission |
LaunchPermission.withGroup(java.lang.String group)
The name of the group.
|
LaunchPermission |
LaunchPermission.withUserId(java.lang.String userId)
The AWS account ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LaunchPermission> |
LaunchPermissionModifications.getAdd()
The AWS account ID to add to the list of launch permissions for the AMI.
|
java.util.List<LaunchPermission> |
ImageAttribute.getLaunchPermissions()
One or more launch permissions.
|
java.util.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(java.util.Collection<LaunchPermission> add)
The AWS account ID to add to the list of launch permissions for the AMI.
|
void |
ImageAttribute.setLaunchPermissions(java.util.Collection<LaunchPermission> launchPermissions)
One or more launch permissions.
|
void |
LaunchPermissionModifications.setRemove(java.util.Collection<LaunchPermission> remove)
The AWS account ID to remove from the list of launch permissions for the
AMI.
|
LaunchPermissionModifications |
LaunchPermissionModifications.withAdd(java.util.Collection<LaunchPermission> add)
The AWS account ID to add to the list of launch permissions for the AMI.
|
ImageAttribute |
ImageAttribute.withLaunchPermissions(java.util.Collection<LaunchPermission> launchPermissions)
One or more launch permissions.
|
LaunchPermissionModifications |
LaunchPermissionModifications.withRemove(java.util.Collection<LaunchPermission> remove)
The AWS account ID to remove from the list of launch permissions for the
AMI.
|
Modifier and Type | Method and Description |
---|---|
LaunchPermission |
LaunchPermissionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |