Uses of Class
org.cdk8s.plus22.ConnectionScheme
-
-
Uses of ConnectionScheme in org.cdk8s.plus22
Methods in org.cdk8s.plus22 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.plus22 with parameters of type ConnectionScheme Modifier and Type Method Description HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. scheme(ConnectionScheme scheme)Sets the value ofHttpGetProbeOptions.getScheme()
-