class Instance extends AnyRef

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

Instance Constructors

  1. new Instance(underlying: com.amazonaws.services.ec2.model.Instance)

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. def amiLaunchIndex: Int
  5. def architecture: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def blockDeviceMappings: Seq[InstanceBlockDeviceMapping]
  8. def clientToken: String
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def createImage(imageName: String)(implicit ec2: EC2): CreateImageResult
  11. def ebsOptimized: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getInstanceLifecycle: Option[String]
  17. def getName: Option[String]
  18. def getRamdiskId: Option[String]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hypervisor: Option[String]
  21. def iamInstanceProfile: Option[IamInstanceProfile]
  22. def imageId: String
  23. def instanceId: String
  24. def instanceLifecycle: String
  25. def instanceType: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def kernelId: String
  28. def keyName: String
  29. def launchTime: Date
  30. def monitoring: Monitoring
  31. def name: String
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def networkInterfaces: Seq[InstanceNetworkInterface]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def placement: Placement
  37. def platform: Option[String]
  38. def privateDnsName: String
  39. def privateIpAddress: String
  40. def productCodes: Seq[ProductCode]
  41. def publicDnsName: String
  42. def publicIpAddress: String
  43. def ramdiskId: String
  44. def reboot()(implicit ec2: EC2): RebootInstancesResult
  45. def rootDeviceName: String
  46. def rootDeviceType: String
  47. def securityGroups: Seq[GroupIdentifier]
  48. def sourceDestCheck: Boolean
  49. def spotInstanceRequestId: Option[String]
  50. def start()(implicit ec2: EC2): StartInstancesResult
  51. def state: InstanceState
  52. def stateReason: Option[StateReason]
  53. def stateTransitionReason: String
  54. def stop()(implicit ec2: EC2): StopInstancesResult
  55. def subnetId: Option[String]
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def tags: Map[String, String]
  58. def terminate()(implicit ec2: EC2): TerminateInstancesResult
  59. def toString(): String
    Definition Classes
    Instance → AnyRef → Any
  60. val underlying: com.amazonaws.services.ec2.model.Instance
  61. def virtualizationType: Option[String]
  62. def vpcId: Option[String]
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  66. def withKeyPair[T](keyPairFile: File, user: String = "ec2-user", connectionTimeout: Int = 30000)(f: (InstanceWithKeyPair) ⇒ T): T

Inherited from AnyRef

Inherited from Any

Ungrouped