Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotDetail
-
Packages that use SnapshotDetail Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SnapshotDetail in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotDetail Modifier and Type Method Description List<SnapshotDetail>ImportImageResponse. snapshotDetails()Information about the snapshots.List<SnapshotDetail>ImportImageTask. snapshotDetails()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotDetail Modifier and Type Method Description ImportImageResponse.BuilderImportImageResponse.Builder. snapshotDetails(SnapshotDetail... snapshotDetails)Information about the snapshots.ImportImageTask.BuilderImportImageTask.Builder. snapshotDetails(SnapshotDetail... snapshotDetails)Information about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotDetail Modifier and Type Method Description ImportImageResponse.BuilderImportImageResponse.Builder. snapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.ImportImageTask.BuilderImportImageTask.Builder. snapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.
-