Uses of Class
software.amazon.awssdk.services.ec2.model.HealthCheckPathResponseObject
Packages that use HealthCheckPathResponseObject
-
Uses of HealthCheckPathResponseObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HealthCheckPathResponseObjectModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.healthCheckPaths()The health check paths for the application status check.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HealthCheckPathResponseObjectModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.Builder.healthCheckPaths(HealthCheckPathResponseObject... healthCheckPaths) The health check paths for the application status check.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HealthCheckPathResponseObjectModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.Builder.healthCheckPaths(Collection<HealthCheckPathResponseObject> healthCheckPaths) The health check paths for the application status check.