| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
LockedSnapshotsInfo |
LockedSnapshotsInfo.clone() |
LockedSnapshotsInfo |
LockedSnapshotsInfo.withCoolOffPeriod(Integer coolOffPeriod)
The compliance mode cooling-off period, in hours.
|
LockedSnapshotsInfo |
LockedSnapshotsInfo.withCoolOffPeriodExpiresOn(Date coolOffPeriodExpiresOn)
The date and time at which the compliance mode cooling-off period expires, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ). |
LockedSnapshotsInfo |
LockedSnapshotsInfo.withLockCreatedOn(Date lockCreatedOn)
The date and time at which the snapshot was locked, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ). |
LockedSnapshotsInfo |
LockedSnapshotsInfo.withLockDuration(Integer lockDuration)
The period of time for which the snapshot is locked, in days.
|
LockedSnapshotsInfo |
LockedSnapshotsInfo.withLockDurationStartTime(Date lockDurationStartTime)
The date and time at which the lock duration started, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ
). |
LockedSnapshotsInfo |
LockedSnapshotsInfo.withLockExpiresOn(Date lockExpiresOn)
The date and time at which the lock will expire, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ). |
LockedSnapshotsInfo |
LockedSnapshotsInfo.withLockState(LockState lockState)
The state of the snapshot lock.
|
LockedSnapshotsInfo |
LockedSnapshotsInfo.withLockState(String lockState)
The state of the snapshot lock.
|
LockedSnapshotsInfo |
LockedSnapshotsInfo.withOwnerId(String ownerId)
The account ID of the Amazon Web Services account that owns the snapshot.
|
LockedSnapshotsInfo |
LockedSnapshotsInfo.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<LockedSnapshotsInfo> |
DescribeLockedSnapshotsResult.getSnapshots()
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLockedSnapshotsResult |
DescribeLockedSnapshotsResult.withSnapshots(LockedSnapshotsInfo... snapshots)
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLockedSnapshotsResult.setSnapshots(Collection<LockedSnapshotsInfo> snapshots)
Information about the snapshots.
|
DescribeLockedSnapshotsResult |
DescribeLockedSnapshotsResult.withSnapshots(Collection<LockedSnapshotsInfo> snapshots)
Information about the snapshots.
|
Copyright © 2023. All rights reserved.