Uses of Interface
software.amazon.awssdk.services.ec2.model.VolumeStatusInfo.Builder
Packages that use VolumeStatusInfo.Builder
-
Uses of VolumeStatusInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VolumeStatusInfo.BuilderModifier and TypeMethodDescriptionstatic VolumeStatusInfo.BuilderVolumeStatusInfo.builder()VolumeStatusInfo.Builder.details(Collection<VolumeStatusDetails> details) The details of the volume status.VolumeStatusInfo.Builder.details(Consumer<VolumeStatusDetails.Builder>... details) The details of the volume status.VolumeStatusInfo.Builder.details(VolumeStatusDetails... details) The details of the volume status.The status of the volume.VolumeStatusInfo.Builder.status(VolumeStatusInfoStatus status) The status of the volume.VolumeStatusInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeStatusInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VolumeStatusInfo.Builder>VolumeStatusInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeStatusInfo.BuilderModifier and TypeMethodDescriptiondefault VolumeStatusItem.BuilderVolumeStatusItem.Builder.volumeStatus(Consumer<VolumeStatusInfo.Builder> volumeStatus) The volume status.