p

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

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] = 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.

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

Value Members

  1. val Region: Region0.type
  2. object BasicCredentialsProvider
  3. object Credentials
  4. object CredentialsLoader

    AWS Credentials loader.

  5. object DateTime
  6. object DefaultCredentialsProvider
  7. object Effect
  8. object Region0

Inherited from AnyRef

Inherited from Any

Ungrouped