Uses of Class
software.amazon.awssdk.services.ec2.model.ApplicationStatusDetail
Packages that use ApplicationStatusDetail
-
Uses of ApplicationStatusDetail in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ApplicationStatusDetailModifier and TypeMethodDescriptionfinal List<ApplicationStatusDetail>ApplicationStatus.details()Details about the application status checks for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ApplicationStatusDetailModifier and TypeMethodDescriptionApplicationStatus.Builder.details(ApplicationStatusDetail... details) Details about the application status checks for the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ApplicationStatusDetailModifier and TypeMethodDescriptionApplicationStatus.Builder.details(Collection<ApplicationStatusDetail> details) Details about the application status checks for the instance.