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. Protected

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped