Interface IStorage.Jsii$Default

  • All Superinterfaces:
    IStorage, software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IStorage.Jsii$Proxy
    Enclosing interface:
    IStorage

    @Internal
    public static interface IStorage.Jsii$Default
    extends IStorage
    Internal default implementation for IStorage.
    • Method Detail

      • asVolume

        @Stability(Stable)
        @NotNull
        default Volume asVolume()
        Convert the piece of storage into a concrete volume.
        Specified by:
        asVolume in interface IStorage