Package org.cdk8s
Interface IAnyProducer
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAnyProducer.Jsii$Default
- All Known Implementing Classes:
IAnyProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-19T00:25:23.125Z") @Stability(Stable) public interface IAnyProducer extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IAnyProducer.Jsii$Default
Internal default implementation forIAnyProducer
.static class
IAnyProducer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
produce()
-
-
-
Method Detail
-
produce
@Stability(Stable) @NotNull Object produce()
-
-