awscala.redshift

Snapshot

class Snapshot extends com.amazonaws.services.redshift.model.Snapshot

Linear Supertypes
com.amazonaws.services.redshift.model.Snapshot, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Snapshot
  2. Snapshot
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Snapshot(snapshotIdentifier: String, clusterIdentifier: String, clusterVersion: ClusterVersion, dbName: String, port: Int, masterUsername: String, status: Status, availabilityZone: AvailabilityZone, snapshotType: SnapshotType, nodeType: NodeType, numOfNodes: Int, ownerAccount: String, encrypted: Boolean, elapsedTimeInSeconds: Long, estimatedSecondsToCompletion: Long, actualIncrementalBackupSizeInMegaBytes: Double, currentBackupRateInMegaBytesPerSecond: Double, backupProgressInMegaBytes: Double, totalBackupSizeInMegaBytes: Double, vpcId: String, accountsWithRestoreAccess: Seq[AccountWithRestoreAccess], clusterCreatedAt: DateTime, snapshotCreatedAt: DateTime)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val accountsWithRestoreAccess: Seq[AccountWithRestoreAccess]

  7. val actualIncrementalBackupSizeInMegaBytes: Double

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val availabilityZone: AvailabilityZone

  10. val backupProgressInMegaBytes: Double

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val clusterCreatedAt: DateTime

  13. val clusterIdentifier: String

  14. val clusterVersion: ClusterVersion

  15. val currentBackupRateInMegaBytesPerSecond: Double

  16. val dbName: String

  17. def destroy()(implicit redshift: Redshift): Unit

  18. val elapsedTimeInSeconds: Long

  19. val encrypted: Boolean

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    Snapshot → AnyRef → Any
  22. val estimatedSecondsToCompletion: Long

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def getAccountsWithRestoreAccess(): List[com.amazonaws.services.redshift.model.AccountWithRestoreAccess]

    Definition Classes
    Snapshot
  25. def getActualIncrementalBackupSizeInMegaBytes(): Double

    Definition Classes
    Snapshot
  26. def getAvailabilityZone(): String

    Definition Classes
    Snapshot
  27. def getBackupProgressInMegaBytes(): Double

    Definition Classes
    Snapshot
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def getClusterCreateTime(): Date

    Definition Classes
    Snapshot
  30. def getClusterIdentifier(): String

    Definition Classes
    Snapshot
  31. def getClusterVersion(): String

    Definition Classes
    Snapshot
  32. def getCurrentBackupRateInMegaBytesPerSecond(): Double

    Definition Classes
    Snapshot
  33. def getDBName(): String

    Definition Classes
    Snapshot
  34. def getElapsedTimeInSeconds(): Long

    Definition Classes
    Snapshot
  35. def getEncrypted(): Boolean

    Definition Classes
    Snapshot
  36. def getEncryptedWithHSM(): Boolean

    Definition Classes
    Snapshot
  37. def getEstimatedSecondsToCompletion(): Long

    Definition Classes
    Snapshot
  38. def getMasterUsername(): String

    Definition Classes
    Snapshot
  39. def getNodeType(): String

    Definition Classes
    Snapshot
  40. def getNumberOfNodes(): Integer

    Definition Classes
    Snapshot
  41. def getOwnerAccount(): String

    Definition Classes
    Snapshot
  42. def getPort(): Integer

    Definition Classes
    Snapshot
  43. def getSnapshotCreateTime(): Date

    Definition Classes
    Snapshot
  44. def getSnapshotIdentifier(): String

    Definition Classes
    Snapshot
  45. def getSnapshotType(): String

    Definition Classes
    Snapshot
  46. def getSourceRegion(): String

    Definition Classes
    Snapshot
  47. def getStatus(): String

    Definition Classes
    Snapshot
  48. def getTotalBackupSizeInMegaBytes(): Double

    Definition Classes
    Snapshot
  49. def getVpcId(): String

    Definition Classes
    Snapshot
  50. def hashCode(): Int

    Definition Classes
    Snapshot → AnyRef → Any
  51. def isEncrypted(): Boolean

    Definition Classes
    Snapshot
  52. def isEncryptedWithHSM(): Boolean

    Definition Classes
    Snapshot
  53. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  54. val masterUsername: String

  55. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  56. val nodeType: NodeType

  57. final def notify(): Unit

    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  59. val numOfNodes: Int

  60. val ownerAccount: String

  61. val port: Int

  62. def setAccountsWithRestoreAccess(arg0: Collection[com.amazonaws.services.redshift.model.AccountWithRestoreAccess]): Unit

    Definition Classes
    Snapshot
  63. def setActualIncrementalBackupSizeInMegaBytes(arg0: Double): Unit

    Definition Classes
    Snapshot
  64. def setAvailabilityZone(arg0: String): Unit

    Definition Classes
    Snapshot
  65. def setBackupProgressInMegaBytes(arg0: Double): Unit

    Definition Classes
    Snapshot
  66. def setClusterCreateTime(arg0: Date): Unit

    Definition Classes
    Snapshot
  67. def setClusterIdentifier(arg0: String): Unit

    Definition Classes
    Snapshot
  68. def setClusterVersion(arg0: String): Unit

    Definition Classes
    Snapshot
  69. def setCurrentBackupRateInMegaBytesPerSecond(arg0: Double): Unit

    Definition Classes
    Snapshot
  70. def setDBName(arg0: String): Unit

    Definition Classes
    Snapshot
  71. def setElapsedTimeInSeconds(arg0: Long): Unit

    Definition Classes
    Snapshot
  72. def setEncrypted(arg0: Boolean): Unit

    Definition Classes
    Snapshot
  73. def setEncryptedWithHSM(arg0: Boolean): Unit

    Definition Classes
    Snapshot
  74. def setEstimatedSecondsToCompletion(arg0: Long): Unit

    Definition Classes
    Snapshot
  75. def setMasterUsername(arg0: String): Unit

    Definition Classes
    Snapshot
  76. def setNodeType(arg0: String): Unit

    Definition Classes
    Snapshot
  77. def setNumberOfNodes(arg0: Integer): Unit

    Definition Classes
    Snapshot
  78. def setOwnerAccount(arg0: String): Unit

    Definition Classes
    Snapshot
  79. def setPort(arg0: Integer): Unit

    Definition Classes
    Snapshot
  80. def setSnapshotCreateTime(arg0: Date): Unit

    Definition Classes
    Snapshot
  81. def setSnapshotIdentifier(arg0: String): Unit

    Definition Classes
    Snapshot
  82. def setSnapshotType(arg0: String): Unit

    Definition Classes
    Snapshot
  83. def setSourceRegion(arg0: String): Unit

    Definition Classes
    Snapshot
  84. def setStatus(arg0: String): Unit

    Definition Classes
    Snapshot
  85. def setTotalBackupSizeInMegaBytes(arg0: Double): Unit

    Definition Classes
    Snapshot
  86. def setVpcId(arg0: String): Unit

    Definition Classes
    Snapshot
  87. val snapshotCreatedAt: DateTime

  88. val snapshotIdentifier: String

  89. val snapshotType: SnapshotType

  90. val status: Status

  91. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  92. def toString(): String

    Definition Classes
    Snapshot → AnyRef → Any
  93. val totalBackupSizeInMegaBytes: Double

  94. val vpcId: String

  95. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def withAccountsWithRestoreAccess(arg0: Collection[com.amazonaws.services.redshift.model.AccountWithRestoreAccess]): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  99. def withAccountsWithRestoreAccess(arg0: <repeated...>[com.amazonaws.services.redshift.model.AccountWithRestoreAccess]): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  100. def withActualIncrementalBackupSizeInMegaBytes(arg0: Double): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  101. def withAvailabilityZone(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  102. def withBackupProgressInMegaBytes(arg0: Double): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  103. def withClusterCreateTime(arg0: Date): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  104. def withClusterIdentifier(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  105. def withClusterVersion(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  106. def withCurrentBackupRateInMegaBytesPerSecond(arg0: Double): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  107. def withDBName(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  108. def withElapsedTimeInSeconds(arg0: Long): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  109. def withEncrypted(arg0: Boolean): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  110. def withEncryptedWithHSM(arg0: Boolean): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  111. def withEstimatedSecondsToCompletion(arg0: Long): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  112. def withMasterUsername(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  113. def withNodeType(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  114. def withNumberOfNodes(arg0: Integer): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  115. def withOwnerAccount(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  116. def withPort(arg0: Integer): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  117. def withSnapshotCreateTime(arg0: Date): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  118. def withSnapshotIdentifier(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  119. def withSnapshotType(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  120. def withSourceRegion(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  121. def withStatus(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  122. def withTotalBackupSizeInMegaBytes(arg0: Double): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot
  123. def withVpcId(arg0: String): com.amazonaws.services.redshift.model.Snapshot

    Definition Classes
    Snapshot

Inherited from com.amazonaws.services.redshift.model.Snapshot

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped