Uses of Class
software.amazon.awssdk.services.ec2.model.HealthCheckPathRequestObject
Packages that use HealthCheckPathRequestObject
-
Uses of HealthCheckPathRequestObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HealthCheckPathRequestObjectModifier and TypeMethodDescriptionfinal List<HealthCheckPathRequestObject>CreateApplicationStatusCheckRequest.healthCheckPaths()The health check paths to use for the application status check.final List<HealthCheckPathRequestObject>ModifyApplicationStatusCheckRequest.healthCheckPaths()The health check paths to use for the application status check.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HealthCheckPathRequestObjectModifier and TypeMethodDescriptionCreateApplicationStatusCheckRequest.Builder.healthCheckPaths(HealthCheckPathRequestObject... healthCheckPaths) The health check paths to use for the application status check.ModifyApplicationStatusCheckRequest.Builder.healthCheckPaths(HealthCheckPathRequestObject... healthCheckPaths) The health check paths to use for the application status check.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HealthCheckPathRequestObjectModifier and TypeMethodDescriptionCreateApplicationStatusCheckRequest.Builder.healthCheckPaths(Collection<HealthCheckPathRequestObject> healthCheckPaths) The health check paths to use for the application status check.ModifyApplicationStatusCheckRequest.Builder.healthCheckPaths(Collection<HealthCheckPathRequestObject> healthCheckPaths) The health check paths to use for the application status check.