com.itv.chuckwagon.deploy

AWSCompiler

class AWSCompiler extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AWSCompiler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWSCompiler(region: Regions, credentials: AWSCredentialsProvider)

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. val addPermission: AWSAddPermission

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val assumeRole: AWSAssumeRole

  9. val awsEc2: AmazonEC2

  10. val awsEvents: AmazonCloudWatchEvents

  11. val awsIam: AmazonIdentityManagement

  12. val awsLambda: AWSLambda

  13. val awsS3: AmazonS3

  14. val awsSTS: AWSSecurityTokenService

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def compiler: ~>[DeployLambdaA, Id]

  17. val createAlias: AWSCreateAlias

  18. val createBucket: AWSCreateBucket

  19. val createLambdaSnapshot: AWSCreateLambdaSnapshot

  20. val createPublishedLambda: AWSCreatePublishedLambda

  21. val createRole: AWSCreateRole

  22. val deleteAlias: AWSDeleteAlias

  23. val deleteLambdaVersion: AWSDeleteLambdaVersion

  24. val deleteRule: AWSDeleteRule

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. val findSecurityGroups: AWSFindSecurityGroups

  29. val findSubnets: AWSFindSubnets

  30. val findVpc: AWSFindVpc

  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. val getLambdaVersion: AWSGetLambdaVersion

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. val invokeLambda: AWSInvokeLambda

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. val listAliases: AWSListAliases

  37. val listBuckets: AWSListBuckets

  38. val listPermissions: AWSListPermissions

  39. val listPublishedLambdasWithName: AWSListPublishedLambdasWithName

  40. val listRoles: AWSListRoles

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

    Definition Classes
    AnyRef
  42. final def notify(): Unit

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

    Definition Classes
    AnyRef
  44. val putObject: AWSPutObject

  45. val putRolePolicy: AWSPutRolePolicy

  46. val putRule: AWSPutRule

  47. val putTargets: AWSPutTargets

  48. val removePermission: AWSRemovePermission

  49. val removeTargets: AWSRemoveTargets

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

    Definition Classes
    AnyRef
  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. val updateAlias: AWSUpdateAlias

  53. val updateCodeAndPublishLambda: AWSUpdateCodeAndPublishLambda

  54. val updateCodeForLambdaSnapshot: AWSUpdateCodeForLambdaSnapshot

  55. val updateLambdaConfiguration: AWSUpdateLambdaConfiguration

  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped