Uses of Class
software.amazon.awssdk.services.ec2.model.EbsStatusDetails
-
Packages that use EbsStatusDetails Package Description software.amazon.awssdk.services.ec2.model -
-
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 EbsStatusDetails Modifier and Type Method Description 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 EbsStatusDetails Modifier and Type Method Description EbsStatusSummary.BuilderEbsStatusSummary.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 EbsStatusDetails Modifier and Type Method Description EbsStatusSummary.BuilderEbsStatusSummary.Builder. details(Collection<EbsStatusDetails> details)Details about the attached EBS status check for an instance.
-