Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotDetail
Packages that use SnapshotDetail
-
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 SnapshotDetailModifier and TypeMethodDescriptionfinal List<SnapshotDetail>ImportImageResponse.snapshotDetails()Information about the snapshots.final List<SnapshotDetail>ImportImageTask.snapshotDetails()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotDetailModifier and TypeMethodDescriptionImportImageResponse.Builder.snapshotDetails(SnapshotDetail... snapshotDetails) Information about the snapshots.ImportImageTask.Builder.snapshotDetails(SnapshotDetail... snapshotDetails) Information about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotDetailModifier and TypeMethodDescriptionImportImageResponse.Builder.snapshotDetails(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.ImportImageTask.Builder.snapshotDetails(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.