awscala

package awscala

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

Type Members

  1. case class Action(name: String) extends com.amazonaws.auth.policy.Action with Product with Serializable

  2. case class AvailabilityZone(name: String) extends Product with Serializable

  3. type ByteBuffer = java.nio.ByteBuffer

  4. class Condition extends com.amazonaws.auth.policy.Condition

  5. case class Credentials(accessKeyId: String, secretAccessKey: String) extends AWSCredentials with Product with Serializable

  6. type DateTime = org.joda.time.DateTime

  7. type File = java.io.File

  8. case class Policy(statements: Seq[Statement], id: Option[String] = scala.None) extends com.amazonaws.auth.policy.Policy with Product with Serializable

  9. type Region = com.amazonaws.regions.Region

  10. case class Resource(id: String) extends com.amazonaws.auth.policy.Resource with Product with Serializable

  11. case class Statement(effect: Effect, actions: Seq[Action], resources: Seq[Resource], id: Option[String] = scala.None, conditions: Seq[Condition] = immutable.this.Nil, principals: Seq[Principal] = immutable.this.Nil) extends com.amazonaws.auth.policy.Statement with Product with Serializable

Value Members

  1. object Credentials extends Serializable

  2. object CredentialsLoader

    AWS Credentials loader.

  3. object DateTime

  4. object Effect

  5. object Region

  6. package dynamodbv2

  7. package ec2

  8. package emr

  9. package iam

  10. package redshift

  11. package s3

  12. package simpledb

  13. package sqs

  14. package sts

Inherited from AnyRef

Inherited from Any

Ungrouped