Packages

  • package root
    Definition Classes
    root
  • package eu
    Definition Classes
    root
  • package shiftforward
    Definition Classes
    eu
  • package apso

    Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

    Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

    Definition Classes
    shiftforward
  • package aws

    Wrappers around the AWS Java client libraries providing higher level interfaces.

    Wrappers around the AWS Java client libraries providing higher level interfaces.

    Definition Classes
    apso
  • object EC2

    Object providing extension methods for com.amazonaws.services.ec2.AmazonEC2 related models.

    Object providing extension methods for com.amazonaws.services.ec2.AmazonEC2 related models.

    Definition Classes
    aws
  • RichEC2Instance
c

eu.shiftforward.apso.aws.EC2

RichEC2Instance

implicit final class RichEC2Instance extends AnyVal

Extension class for an com.amazonaws.services.ec2.model.Instance.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichEC2Instance
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichEC2Instance(instance: Instance)

    instance

    the instance to which the extension methods are to be available

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. def id: String

    Returns the id of this instance.

    Returns the id of this instance.

    returns

    the id of this instance.

  7. val instance: Instance
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def tagValue(key: String): Option[String]

    Returns the value of a tag.

    Returns the value of a tag.

    key

    the key of the tag whose value is to be retrieved

    returns

    the value associated with the given key wrapped in a Some if the tag exists, None otherwise.

  10. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped