Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
List<SnapshotDetail> |
ImportImageTask.snapshotDetails()
Information about the snapshots.
|
List<SnapshotDetail> |
ImportImageResponse.snapshotDetails()
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
ImportImageTask.Builder |
ImportImageTask.Builder.snapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.
|
ImportImageResponse.Builder |
ImportImageResponse.Builder.snapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
ImportImageTask.Builder |
ImportImageTask.Builder.snapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
ImportImageResponse.Builder |
ImportImageResponse.Builder.snapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
Copyright © 2022. All rights reserved.