Uses of Enum
software.amazon.awscdk.services.autoscaling.AdditionalHealthCheckType
Packages that use AdditionalHealthCheckType
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of AdditionalHealthCheckType in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return AdditionalHealthCheckTypeModifier and TypeMethodDescriptionstatic AdditionalHealthCheckTypeReturns the enum constant of this type with the specified name.static AdditionalHealthCheckType[]AdditionalHealthCheckType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling that return types with arguments of type AdditionalHealthCheckTypeModifier and TypeMethodDescriptionAdditionalHealthChecksOptions.getAdditionalTypes()One or more health check types other than EC2.final List<AdditionalHealthCheckType> AdditionalHealthChecksOptions.Jsii$Proxy.getAdditionalTypes()Method parameters in software.amazon.awscdk.services.autoscaling with type arguments of type AdditionalHealthCheckTypeModifier and TypeMethodDescriptionAdditionalHealthChecksOptions.Builder.additionalTypes(List<? extends AdditionalHealthCheckType> additionalTypes) Sets the value ofAdditionalHealthChecksOptions.getAdditionalTypes()