Uses of Class
software.amazon.awssdk.services.ecs.model.InstanceHealthCheckResult
-
Packages that use InstanceHealthCheckResult Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of InstanceHealthCheckResult in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type InstanceHealthCheckResult Modifier and Type Method Description List<InstanceHealthCheckResult>ContainerInstanceHealthStatus. details()An array of objects representing the details of the container instance health status.Methods in software.amazon.awssdk.services.ecs.model with parameters of type InstanceHealthCheckResult Modifier and Type Method Description ContainerInstanceHealthStatus.BuilderContainerInstanceHealthStatus.Builder. details(InstanceHealthCheckResult... details)An array of objects representing the details of the container instance health status.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type InstanceHealthCheckResult Modifier and Type Method Description ContainerInstanceHealthStatus.BuilderContainerInstanceHealthStatus.Builder. details(Collection<InstanceHealthCheckResult> details)An array of objects representing the details of the container instance health status.
-