Uses of Interface
org.cdk8s.plus24.HandlerFromHttpGetOptions
-
Packages that use HandlerFromHttpGetOptions Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of HandlerFromHttpGetOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement HandlerFromHttpGetOptions Modifier and Type Class Description static class
HandlerFromHttpGetOptions.Jsii$Proxy
An implementation forHandlerFromHttpGetOptions
Methods in org.cdk8s.plus24 that return HandlerFromHttpGetOptions Modifier and Type Method Description HandlerFromHttpGetOptions
HandlerFromHttpGetOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type HandlerFromHttpGetOptions Modifier and Type Method Description static Handler
Handler. fromHttpGet(String path, HandlerFromHttpGetOptions options)
Defines a handler based on an HTTP GET request to the IP address of the container.
-