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. trait Sequencer[Item, Result, Marker] extends AnyRef

    Sequencer is a trait that provides a method to returns a Stream over a list of items from AWS that are normally returned in chunks by repeated calls to the AWS APIs.

  12. 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 CredentialsLoader

    AWS Credentials loader.

  2. object DateTime

  3. object Effect

  4. object Region

  5. package dynamodbv2

  6. package ec2

  7. package emr

  8. package iam

  9. package redshift

  10. package s3

  11. package simpledb

  12. package sqs

  13. package sts

Inherited from AnyRef

Inherited from Any

Ungrouped