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. class BasicCredentialsProvider extends CredentialsProvider

  4. type ByteBuffer = java.nio.ByteBuffer

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

  6. class Credentials extends AWSCredentials

  7. trait CredentialsProvider extends AWSCredentialsProvider

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

  9. class DefaultCredentialsProvider extends CredentialsProvider

  10. type File = java.io.File

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

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

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

  14. 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.

  15. class SessionCredentials extends Credentials with AWSSessionCredentials

  16. 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 BasicCredentialsProvider

  2. object Credentials

  3. object CredentialsLoader

    AWS Credentials loader.

  4. object DateTime

  5. object DefaultCredentialsProvider

  6. object Effect

  7. val Region: Region0.type

  8. object Region0

  9. package dynamodbv2

  10. package ec2

  11. package emr

  12. package iam

  13. package redshift

  14. package s3

  15. package simpledb

  16. package sqs

  17. package sts

Inherited from AnyRef

Inherited from Any

Ungrouped