trait SnapshotDsl extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnapshotDsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CreateRepositoryExpectsType extends AnyRef
  2. class CreateSnapshotExpectsIn extends AnyRef
  3. class DeleteSnapshotExpectsIn extends AnyRef
  4. class GetSnapshotExpectsFrom extends AnyRef
  5. class RestoreSnapshotExpectsFrom extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createRepository(name: String): CreateRepositoryExpectsType
  7. def createSnapshot(name: String): CreateSnapshotExpectsIn
  8. def deleteSnapshot(name: String): DeleteSnapshotExpectsIn
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def getSnapshot(names: Iterable[String]): GetSnapshotExpectsFrom
  14. def getSnapshot(names: String*): GetSnapshotExpectsFrom
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def restoreSnapshot(name: String): RestoreSnapshotExpectsFrom
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. implicit object CreateRepositoryDefinitionExecutable extends Executable[CreateRepositoryDefinition, PutRepositoryResponse, PutRepositoryResponse]
  27. implicit object CreateSnapshotDefinitionExecutable extends Executable[CreateSnapshotDefinition, CreateSnapshotResponse, CreateSnapshotResponse]
  28. implicit object DeleteSnapshotDefinitionExecutable extends Executable[DeleteSnapshotDefinition, DeleteSnapshotResponse, DeleteSnapshotResponse]
  29. implicit object GetSnapshotsDefinitionExecutable extends Executable[GetSnapshotsDefinition, GetSnapshotsResponse, GetSnapshotsResponse]
  30. implicit object RestoreSnapshotDefinitionExecutable extends Executable[RestoreSnapshotDefinition, RestoreSnapshotResponse, RestoreSnapshotResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped