Uses of Class
software.amazon.awssdk.services.ec2.model.EbsStatusDetails
Packages that use EbsStatusDetails
-
Uses of EbsStatusDetails in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsStatusDetailsModifier and TypeMethodDescriptionfinal List<EbsStatusDetails>EbsStatusSummary.details()Details about the attached EBS status check for an instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EbsStatusDetailsModifier and TypeMethodDescriptionEbsStatusSummary.Builder.details(EbsStatusDetails... details) Details about the attached EBS status check for an instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EbsStatusDetailsModifier and TypeMethodDescriptionEbsStatusSummary.Builder.details(Collection<EbsStatusDetails> details) Details about the attached EBS status check for an instance.