Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CreateVolumePermission> |
CreateVolumePermissionModifications.add
Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
|
private SdkInternalList<CreateVolumePermission> |
DescribeSnapshotAttributeResult.createVolumePermissions
A list of permissions for creating volumes from the snapshot.
|
private SdkInternalList<CreateVolumePermission> |
CreateVolumePermissionModifications.remove
Removes a specific AWS account ID or group from a volume's list of create
volume permissions.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumePermission |
CreateVolumePermission.clone() |
CreateVolumePermission |
CreateVolumePermission.withGroup(PermissionGroup group)
The specific group that is to be added or removed from a volume's list of
create volume permissions.
|
CreateVolumePermission |
CreateVolumePermission.withGroup(java.lang.String group)
The specific group that is to be added or removed from a volume's list of
create volume permissions.
|
CreateVolumePermission |
CreateVolumePermission.withUserId(java.lang.String userId)
The specific AWS account ID that is to be added or removed from a
volume's list of create volume permissions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CreateVolumePermission> |
CreateVolumePermissionModifications.getAdd()
Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
|
java.util.List<CreateVolumePermission> |
DescribeSnapshotAttributeResult.getCreateVolumePermissions()
A list of permissions for creating volumes from the snapshot.
|
java.util.List<CreateVolumePermission> |
CreateVolumePermissionModifications.getRemove()
Removes a specific AWS account ID or group from a volume's list of create
volume permissions.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withAdd(CreateVolumePermission... add)
Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withRemove(CreateVolumePermission... remove)
Removes a specific AWS account ID or group from a volume's list of create
volume permissions.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVolumePermissionModifications.setAdd(java.util.Collection<CreateVolumePermission> add)
Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
|
void |
DescribeSnapshotAttributeResult.setCreateVolumePermissions(java.util.Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
void |
CreateVolumePermissionModifications.setRemove(java.util.Collection<CreateVolumePermission> remove)
Removes a specific AWS account ID or group from a volume's list of create
volume permissions.
|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withAdd(java.util.Collection<CreateVolumePermission> add)
Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(java.util.Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
CreateVolumePermissionModifications |
CreateVolumePermissionModifications.withRemove(java.util.Collection<CreateVolumePermission> remove)
Removes a specific AWS account ID or group from a volume's list of create
volume permissions.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumePermission |
CreateVolumePermissionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |