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.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 © 2021. All rights reserved.