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 DateTime

  3. object Effect

  4. object Region

  5. package dynamodbv2

  6. package ec2

  7. package iam

  8. package redshift

  9. package s3

  10. package simpledb

  11. package sqs

  12. package sts

Inherited from AnyRef

Inherited from Any

Ungrouped