Package org.cdk8s.plus24
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.plus24.IApiEndpoint
IApiEndpoint.Jsii$Default, IApiEndpoint.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IApiResource
asApiResource()
Return the IApiResource this object represents.default String
asNonApiResource()
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:
asApiResource
in interfaceIApiEndpoint
-
asNonApiResource
@Stability(Stable) @Nullable default String asNonApiResource()
Return the non resource url this object represents.- Specified by:
asNonApiResource
in interfaceIApiEndpoint
-
-