Uses of Interface
software.amazon.awssdk.services.ec2.model.SnapshotRecycleBinInfo.Builder
Packages that use SnapshotRecycleBinInfo.Builder
-
Uses of SnapshotRecycleBinInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotRecycleBinInfo.BuilderModifier and TypeMethodDescriptionSnapshotRecycleBinInfo.builder()SnapshotRecycleBinInfo.Builder.description(String description) The description for the snapshot.SnapshotRecycleBinInfo.Builder.recycleBinEnterTime(Instant recycleBinEnterTime) The date and time when the snapshot entered the Recycle Bin.SnapshotRecycleBinInfo.Builder.recycleBinExitTime(Instant recycleBinExitTime) The date and time when the snapshot is to be permanently deleted from the Recycle Bin.SnapshotRecycleBinInfo.Builder.snapshotId(String snapshotId) The ID of the snapshot.SnapshotRecycleBinInfo.toBuilder()The ID of the volume from which the snapshot was created.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotRecycleBinInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SnapshotRecycleBinInfo.Builder>SnapshotRecycleBinInfo.serializableBuilderClass()