Uses of Interface
org.cdk8s.plus24.k8s.LimitResponseV1Beta2
-
Packages that use LimitResponseV1Beta2 Package Description org.cdk8s.plus24.k8s -
-
Uses of LimitResponseV1Beta2 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement LimitResponseV1Beta2 Modifier and Type Class Description static class
LimitResponseV1Beta2.Jsii$Proxy
An implementation forLimitResponseV1Beta2
Methods in org.cdk8s.plus24.k8s that return LimitResponseV1Beta2 Modifier and Type Method Description LimitResponseV1Beta2
LimitResponseV1Beta2.Builder. build()
Builds the configured instance.default LimitResponseV1Beta2
LimitedPriorityLevelConfigurationV1Beta2. getLimitResponse()
`limitResponse` indicates what to do with requests that can not be executed right now.LimitResponseV1Beta2
LimitedPriorityLevelConfigurationV1Beta2.Jsii$Proxy. getLimitResponse()
Methods in org.cdk8s.plus24.k8s with parameters of type LimitResponseV1Beta2 Modifier and Type Method Description LimitedPriorityLevelConfigurationV1Beta2.Builder
LimitedPriorityLevelConfigurationV1Beta2.Builder. limitResponse(LimitResponseV1Beta2 limitResponse)
Sets the value ofLimitedPriorityLevelConfigurationV1Beta2.getLimitResponse()
-