Uses of Class
org.cdk8s.plus25.ConnectionScheme
-
Packages that use ConnectionScheme Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ConnectionScheme in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ConnectionScheme Modifier and Type Method Description default ConnectionSchemeHttpGetProbeOptions. getScheme()Scheme to use for connecting to the host (HTTP or HTTPS).ConnectionSchemeHttpGetProbeOptions.Jsii$Proxy. getScheme()static ConnectionSchemeConnectionScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionScheme[]ConnectionScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus25 with parameters of type ConnectionScheme Modifier and Type Method Description HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. scheme(ConnectionScheme scheme)Sets the value ofHttpGetProbeOptions.getScheme()
-