Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateVolumePermission |
CreateVolumePermission.clone() |
CreateVolumePermission |
CreateVolumePermission.withGroup(PermissionGroup group)
The group to be added or removed.
|
CreateVolumePermission |
CreateVolumePermission.withGroup(String group)
The group to be added or removed.
|
CreateVolumePermission |
CreateVolumePermission.withUserId(String userId)
The ID of the Amazon Web Services account to be added or removed.
|
Modifier and Type | Method and Description |
---|---|
List<CreateVolumePermission> |
CreateVolumePermissionModifications.getAdd()
Adds the specified Amazon Web Services account ID or group to the list.
|
List<CreateVolumePermission> |
DescribeSnapshotAttributeResult.getCreateVolumePermissions()
The users and groups that have the permissions for creating volumes from the snapshot.
|
List<CreateVolumePermission> |
CreateVolumePermissionModifications.getRemove()
Removes the specified Amazon Web Services account ID or group from the list.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withAdd(CreateVolumePermission... add)
Adds the specified Amazon Web Services account ID or group to the list.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
The users and groups that have the permissions for creating volumes from the snapshot.
|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withRemove(CreateVolumePermission... remove)
Removes the specified Amazon Web Services account ID or group from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVolumePermissionModifications.setAdd(Collection<CreateVolumePermission> add)
Adds the specified Amazon Web Services account ID or group to the list.
|
void |
DescribeSnapshotAttributeResult.setCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
The users and groups that have the permissions for creating volumes from the snapshot.
|
void |
CreateVolumePermissionModifications.setRemove(Collection<CreateVolumePermission> remove)
Removes the specified Amazon Web Services account ID or group from the list.
|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withAdd(Collection<CreateVolumePermission> add)
Adds the specified Amazon Web Services account ID or group to the list.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
The users and groups that have the permissions for creating volumes from the snapshot.
|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withRemove(Collection<CreateVolumePermission> remove)
Removes the specified Amazon Web Services account ID or group from the list.
|
Copyright © 2021. All rights reserved.