Uses of Interface
org.cdk8s.plus25.k8s.HttpHeader
-
Packages that use HttpHeader Package Description org.cdk8s.plus25.k8s -
-
Uses of HttpHeader in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement HttpHeader Modifier and Type Class Description static classHttpHeader.Jsii$ProxyAn implementation forHttpHeaderMethods in org.cdk8s.plus25.k8s that return HttpHeader Modifier and Type Method Description HttpHeaderHttpHeader.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type HttpHeader Modifier and Type Method Description default List<HttpHeader>HttpGetAction. getHttpHeaders()Custom headers to set in the request.List<HttpHeader>HttpGetAction.Jsii$Proxy. getHttpHeaders()Method parameters in org.cdk8s.plus25.k8s with type arguments of type HttpHeader Modifier and Type Method Description HttpGetAction.BuilderHttpGetAction.Builder. httpHeaders(List<? extends HttpHeader> httpHeaders)Sets the value ofHttpGetAction.getHttpHeaders()
-