awscala.ec2

Instance

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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. def amiLaunchIndex: Int

  7. def architecture: String

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def blockDeviceMappings: Seq[InstanceBlockDeviceMapping]

  10. def clientToken: String

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createImage(imageName: String)(implicit ec2: EC2): CreateImageResult

  13. def ebsOptimized: Boolean

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

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getInstanceLifecycle: Option[String]

  19. def getName: Option[String]

  20. def getRamdiskId: Option[String]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def hypervisor: Option[String]

  23. def iamInstanceProfile: Option[IamInstanceProfile]

  24. def imageId: String

  25. def instanceId: String

  26. def instanceLifecycle: String

  27. def instanceType: String

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def kernelId: String

  30. def keyName: String

  31. def launchTime: Date

  32. def license: Option[InstanceLicense]

  33. def monitoring: Monitoring

  34. def name: String

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

    Definition Classes
    AnyRef
  36. def networkInterfaces: Seq[InstanceNetworkInterface]

  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. def placement: Placement

  40. def platform: Option[String]

  41. def privateDnsName: String

  42. def privateIpAddress: String

  43. def productCodes: Seq[ProductCode]

  44. def publicDnsName: String

  45. def publicIpAddress: String

  46. def ramdiskId: String

  47. def reboot()(implicit ec2: EC2): Unit

  48. def rootDeviceName: String

  49. def rootDeviceType: String

  50. def securityGroups: Seq[GroupIdentifier]

  51. def sourceDestCheck: Boolean

  52. def spotInstanceRequestId: Option[String]

  53. def start()(implicit ec2: EC2): StartInstancesResult

  54. def state: InstanceState

  55. def stateReason: Option[StateReason]

  56. def stateTransitionReason: String

  57. def stop()(implicit ec2: EC2): StopInstancesResult

  58. def subnetId: Option[String]

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

    Definition Classes
    AnyRef
  60. def tags: Map[String, String]

  61. def terminate()(implicit ec2: EC2): TerminateInstancesResult

  62. def toString(): String

    Definition Classes
    Instance → AnyRef → Any
  63. def virtualizationType: Option[String]

  64. def vpcId: Option[String]

  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def withKeyPair(keyPairFile: File)(f: (InstanceWithKeyPair) ⇒ Unit): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped