Interface IStorage.Jsii$Default

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

    @Internal
    public static interface IStorage.Jsii$Default
    extends IStorage, software.constructs.IConstruct.Jsii$Default
    Internal default implementation for IStorage.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
      • Nested classes/interfaces inherited from interface software.constructs.IDependable

        software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default Volume asVolume()
      Convert the piece of storage into a concrete volume.
      default software.constructs.Node getNode()
      The tree node.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getNode

        @Stability(Stable)
        @NotNull
        default software.constructs.Node getNode()
        The tree node.
        Specified by:
        getNode in interface software.constructs.IConstruct
        Specified by:
        getNode in interface software.constructs.IConstruct.Jsii$Default
      • asVolume

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