Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceSpecification |
InstanceSpecification.clone() |
InstanceSpecification |
CreateSnapshotsRequest.getInstanceSpecification()
The instance to specify which volumes should be included in the snapshots.
|
InstanceSpecification |
InstanceSpecification.withExcludeBootVolume(Boolean excludeBootVolume)
Excludes the root volume from being snapshotted.
|
InstanceSpecification |
InstanceSpecification.withExcludeDataVolumeIds(Collection<String> excludeDataVolumeIds)
The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
InstanceSpecification |
InstanceSpecification.withExcludeDataVolumeIds(String... excludeDataVolumeIds)
The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
InstanceSpecification |
InstanceSpecification.withInstanceId(String instanceId)
The instance to specify which volumes should be snapshotted.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSnapshotsRequest.setInstanceSpecification(InstanceSpecification instanceSpecification)
The instance to specify which volumes should be included in the snapshots.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withInstanceSpecification(InstanceSpecification instanceSpecification)
The instance to specify which volumes should be included in the snapshots.
|
Copyright © 2023. All rights reserved.