Package org.cdk8s.plus20
Interface IApiEndpoint.Jsii$Default
-
- All Superinterfaces:
IApiEndpoint,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IApiEndpoint.Jsii$Proxy
- Enclosing interface:
- IApiEndpoint
@Internal public static interface IApiEndpoint.Jsii$Default extends IApiEndpoint
Internal default implementation forIApiEndpoint.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IApiEndpoint
IApiEndpoint.Jsii$Default, IApiEndpoint.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IApiResourceasApiResource()Return the IApiResource this object represents.default StringasNonApiResource()Return the non resource url this object represents.
-
-
-
Method Detail
-
asApiResource
@Stability(Stable) @Nullable default IApiResource asApiResource()
Return the IApiResource this object represents.- Specified by:
asApiResourcein interfaceIApiEndpoint
-
asNonApiResource
@Stability(Stable) @Nullable default String asNonApiResource()
Return the non resource url this object represents.- Specified by:
asNonApiResourcein interfaceIApiEndpoint
-
-