Class/Object

awscala.redshift

Snapshot

Related Docs: object Snapshot | package redshift

Permalink

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

Linear Supertypes
com.amazonaws.services.redshift.model.Snapshot, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Snapshot
  2. Snapshot
  3. Cloneable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
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)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val accountsWithRestoreAccess: Seq[AccountWithRestoreAccess]

    Permalink
  5. val actualIncrementalBackupSizeInMegaBytes: Double

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val availabilityZone: AvailabilityZone

    Permalink
  8. val backupProgressInMegaBytes: Double

    Permalink
  9. def clone(): com.amazonaws.services.redshift.model.Snapshot

    Permalink
    Definition Classes
    Snapshot → AnyRef
  10. val clusterCreatedAt: DateTime

    Permalink
  11. val clusterIdentifier: String

    Permalink
  12. val clusterVersion: ClusterVersion

    Permalink
  13. val currentBackupRateInMegaBytesPerSecond: Double

    Permalink
  14. val dbName: String

    Permalink
  15. def destroy()(implicit redshift: Redshift): Unit

    Permalink
  16. val elapsedTimeInSeconds: Long

    Permalink
  17. val encrypted: Boolean

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Snapshot → AnyRef → Any
  20. val estimatedSecondsToCompletion: Long

    Permalink
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    Snapshot
  23. def getActualIncrementalBackupSizeInMegaBytes(): Double

    Permalink
    Definition Classes
    Snapshot
  24. def getAvailabilityZone(): String

    Permalink
    Definition Classes
    Snapshot
  25. def getBackupProgressInMegaBytes(): Double

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

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

    Permalink
    Definition Classes
    Snapshot
  28. def getClusterIdentifier(): String

    Permalink
    Definition Classes
    Snapshot
  29. def getClusterVersion(): String

    Permalink
    Definition Classes
    Snapshot
  30. def getCurrentBackupRateInMegaBytesPerSecond(): Double

    Permalink
    Definition Classes
    Snapshot
  31. def getDBName(): String

    Permalink
    Definition Classes
    Snapshot
  32. def getElapsedTimeInSeconds(): Long

    Permalink
    Definition Classes
    Snapshot
  33. def getEncrypted(): Boolean

    Permalink
    Definition Classes
    Snapshot
  34. def getEncryptedWithHSM(): Boolean

    Permalink
    Definition Classes
    Snapshot
  35. def getEnhancedVpcRouting(): Boolean

    Permalink
    Definition Classes
    Snapshot
  36. def getEstimatedSecondsToCompletion(): Long

    Permalink
    Definition Classes
    Snapshot
  37. def getKmsKeyId(): String

    Permalink
    Definition Classes
    Snapshot
  38. def getMaintenanceTrackName(): String

    Permalink
    Definition Classes
    Snapshot
  39. def getMasterUsername(): String

    Permalink
    Definition Classes
    Snapshot
  40. def getNodeType(): String

    Permalink
    Definition Classes
    Snapshot
  41. def getNumberOfNodes(): Integer

    Permalink
    Definition Classes
    Snapshot
  42. def getOwnerAccount(): String

    Permalink
    Definition Classes
    Snapshot
  43. def getPort(): Integer

    Permalink
    Definition Classes
    Snapshot
  44. def getRestorableNodeTypes(): List[String]

    Permalink
    Definition Classes
    Snapshot
  45. def getSnapshotCreateTime(): Date

    Permalink
    Definition Classes
    Snapshot
  46. def getSnapshotIdentifier(): String

    Permalink
    Definition Classes
    Snapshot
  47. def getSnapshotType(): String

    Permalink
    Definition Classes
    Snapshot
  48. def getSourceRegion(): String

    Permalink
    Definition Classes
    Snapshot
  49. def getStatus(): String

    Permalink
    Definition Classes
    Snapshot
  50. def getTags(): List[Tag]

    Permalink
    Definition Classes
    Snapshot
  51. def getTotalBackupSizeInMegaBytes(): Double

    Permalink
    Definition Classes
    Snapshot
  52. def getVpcId(): String

    Permalink
    Definition Classes
    Snapshot
  53. def hashCode(): Int

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

    Permalink
    Definition Classes
    Snapshot
  55. def isEncryptedWithHSM(): Boolean

    Permalink
    Definition Classes
    Snapshot
  56. def isEnhancedVpcRouting(): Boolean

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

    Permalink
    Definition Classes
    Any
  58. val masterUsername: String

    Permalink
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. val nodeType: NodeType

    Permalink
  61. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  63. val numOfNodes: Int

    Permalink
  64. val ownerAccount: String

    Permalink
  65. val port: Int

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Snapshot
  78. def setEnhancedVpcRouting(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    Snapshot
  80. def setKmsKeyId(arg0: String): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    Snapshot
  87. def setRestorableNodeTypes(arg0: Collection[String]): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Snapshot
  93. def setTags(arg0: Collection[Tag]): Unit

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

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

    Permalink
    Definition Classes
    Snapshot
  96. val snapshotCreatedAt: DateTime

    Permalink
  97. val snapshotIdentifier: String

    Permalink
  98. val snapshotType: SnapshotType

    Permalink
  99. val status: Status

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

    Permalink
    Definition Classes
    AnyRef
  101. def toString(): String

    Permalink
    Definition Classes
    Snapshot → AnyRef → Any
  102. val totalBackupSizeInMegaBytes: Double

    Permalink
  103. val vpcId: String

    Permalink
  104. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Snapshot
  120. def withEnhancedVpcRouting(arg0: Boolean): com.amazonaws.services.redshift.model.Snapshot

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

    Permalink
    Definition Classes
    Snapshot
  122. def withKmsKeyId(arg0: String): com.amazonaws.services.redshift.model.Snapshot

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

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

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

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

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

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

    Permalink
    Definition Classes
    Snapshot
  129. def withRestorableNodeTypes(arg0: Collection[String]): com.amazonaws.services.redshift.model.Snapshot

    Permalink
    Definition Classes
    Snapshot
  130. def withRestorableNodeTypes(arg0: <repeated...>[String]): com.amazonaws.services.redshift.model.Snapshot

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

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

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

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

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

    Permalink
    Definition Classes
    Snapshot
  136. def withTags(arg0: Collection[Tag]): com.amazonaws.services.redshift.model.Snapshot

    Permalink
    Definition Classes
    Snapshot
  137. def withTags(arg0: <repeated...>[Tag]): com.amazonaws.services.redshift.model.Snapshot

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

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

    Permalink
    Definition Classes
    Snapshot

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

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped