Package

awscala

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  3. class BasicCredentialsProvider extends CredentialsProvider

    Permalink
  4. type ByteBuffer = java.nio.ByteBuffer

    Permalink
  5. case class Condition(key: String, typeName: String, conditionValues: Seq[String]) extends com.amazonaws.auth.policy.Condition with Product with Serializable

    Permalink
  6. class Credentials extends AWSCredentials

    Permalink
  7. trait CredentialsProvider extends AWSCredentialsProvider

    Permalink
  8. type DateTime = org.joda.time.DateTime

    Permalink
  9. class DefaultCredentialsProvider extends CredentialsProvider

    Permalink
  10. type File = java.io.File

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

    Permalink
  12. type Region = com.amazonaws.regions.Region

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

    Permalink
  14. trait Sequencer[Item, Result, Marker] extends AnyRef

    Permalink

    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.

    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.

    Item

    is the type of the item in the sequence

    Result

    is the type of the AWS *Result object

    Marker

    is the type of the continuation token returned by AWS, usually String

  15. class SessionCredentials extends Credentials with AWSSessionCredentials

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

    Permalink

Value Members

  1. object BasicCredentialsProvider

    Permalink
  2. object Credentials

    Permalink
  3. object CredentialsLoader

    Permalink

    AWS Credentials loader.

  4. object DateTime

    Permalink
  5. object DefaultCredentialsProvider

    Permalink
  6. object Effect

    Permalink
  7. val Region: Region0.type

    Permalink
  8. object Region0

    Permalink
  9. package dynamodbv2

    Permalink
  10. package ec2

    Permalink
  11. package emr

    Permalink
  12. package iam

    Permalink
  13. package redshift

    Permalink
  14. package s3

    Permalink
  15. package simpledb

    Permalink
  16. package sqs

    Permalink
  17. package sts

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped