Package

awscala

redshift

Permalink

package redshift

Visibility
  1. Public
  2. All

Type Members

  1. case class AccountWithRestoreAccess(accountId: String) extends com.amazonaws.services.redshift.model.AccountWithRestoreAccess with Product with Serializable

    Permalink
  2. class Cluster extends com.amazonaws.services.redshift.model.Cluster

    Permalink
  3. case class ClusterParameterGroup(name: String, family: String, description: String) extends com.amazonaws.services.redshift.model.ClusterParameterGroup with Product with Serializable

    Permalink
  4. case class ClusterParameterGroupStatus(applyStatus: String, groupName: String) extends com.amazonaws.services.redshift.model.ClusterParameterGroupStatus with Product with Serializable

    Permalink
  5. case class ClusterSecurityGroup(name: String, ec2SecurityGroups: Seq[EC2SecurityGroup], ipranges: Seq[IPRange], description: String) extends com.amazonaws.services.redshift.model.ClusterSecurityGroup with Product with Serializable

    Permalink
  6. case class ClusterSecurityGroupMembership(groupName: String, status: String) extends com.amazonaws.services.redshift.model.ClusterSecurityGroupMembership with Product with Serializable

    Permalink
  7. case class ClusterSubnetGroup(name: String, description: String, status: String, subnets: Seq[Subnet], vpcId: String) extends com.amazonaws.services.redshift.model.ClusterSubnetGroup with Product with Serializable

    Permalink
  8. case class ClusterType(name: String) extends Product with Serializable

    Permalink
  9. case class ClusterVersion(version: String, description: Option[String] = None, parameterGroupFamily: Option[String] = None) extends com.amazonaws.services.redshift.model.ClusterVersion with Product with Serializable

    Permalink
  10. case class EC2SecurityGroup(name: String, ownerId: String, status: String) extends com.amazonaws.services.redshift.model.EC2SecurityGroup with Product with Serializable

    Permalink
  11. case class Endpoint(address: String, port: Int) extends com.amazonaws.services.redshift.model.Endpoint with Product with Serializable

    Permalink
  12. case class Event(sourceIdentifier: String, sourceType: SourceType, message: String, createdAt: DateTime) extends com.amazonaws.services.redshift.model.Event with Product with Serializable

    Permalink
  13. case class IPRange(cidrip: String, status: String) extends com.amazonaws.services.redshift.model.IPRange with Product with Serializable

    Permalink
  14. case class NewCluster(identifier: String, dbName: String, masterUsername: String, masterUserPassword: String, parameterGroupName: Option[String] = None, availabilityZone: Option[AvailabilityZone] = None, subnetGroupName: Option[String] = None, clusterType: ClusterType = ClusterType.SingleNode, clusterVersion: ClusterVersion = ClusterVersion.Version_1_0, nodeType: NodeType = NodeType.dw_hs1_xlarge, numOfNodes: Int = 1, port: Int = 5439, preferredMaintenanceWindow: Option[String] = None, encrypted: Boolean = false, allowVersionUpgrade: Boolean = true, publiclyAccessible: Boolean = true, automatedSnapshotRetentionPeriod: Int = 1, securityGroupNames: Seq[String] = Nil, vpcSecurityGroupIds: Seq[String] = Nil) extends Product with Serializable

    Permalink
  15. case class NodeType(value: String) extends Product with Serializable

    Permalink
  16. case class PendingModifiedValues(clusterType: Option[String], clusterVersion: Option[String], masterUserPassword: Option[String], nodeType: Option[String], numOfNodes: Option[Int], automatedSnapshotRetentionPeriod: Option[Int]) extends com.amazonaws.services.redshift.model.PendingModifiedValues with Product with Serializable

    Permalink
  17. case class RecurringCharge(amount: Double, frequency: String) extends com.amazonaws.services.redshift.model.RecurringCharge with Product with Serializable

    Permalink
  18. trait Redshift extends AmazonRedshift

    Permalink

    Amazon Redshift Java client wrapper

    Amazon Redshift Java client wrapper

    See also

    http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/

  19. class RedshiftClient extends AmazonRedshiftClient with Redshift

    Permalink

    Default Implementation

  20. class ReservedNode extends com.amazonaws.services.redshift.model.ReservedNode

    Permalink
  21. case class RestoreStatus(status: String, currentRestoreRateInMegaBytesPerSecond: Double, elapsedTimeInSeconds: Long, estimatedTimeToCompletionInSeconds: Long, progressInMegaBytes: Long, snapshotSizeInMegaBytes: Long) extends com.amazonaws.services.redshift.model.RestoreStatus with Product with Serializable

    Permalink
  22. class Snapshot extends com.amazonaws.services.redshift.model.Snapshot

    Permalink
  23. case class SnapshotType(value: String) extends Product with Serializable

    Permalink
  24. case class Status(value: String) extends Product with Serializable

    Permalink
  25. case class Subnet(identifier: String, availabilityZone: AvailabilityZone, status: String) extends com.amazonaws.services.redshift.model.Subnet with Product with Serializable

    Permalink
  26. case class VpcSecurityGroupMembership(status: String, vpcSecurityGroupId: String) extends com.amazonaws.services.redshift.model.VpcSecurityGroupMembership with Product with Serializable

    Permalink

Value Members

  1. object Cluster extends Serializable

    Permalink
  2. object ClusterParameterGroup extends Serializable

    Permalink
  3. object ClusterParameterGroupStatus extends Serializable

    Permalink
  4. object ClusterSecurityGroup extends Serializable

    Permalink
  5. object ClusterSecurityGroupMembership extends Serializable

    Permalink
  6. object ClusterSubnetGroup extends Serializable

    Permalink
  7. object ClusterType extends Serializable

    Permalink
  8. object ClusterVersion extends Serializable

    Permalink
  9. object Endpoint extends Serializable

    Permalink
  10. object Event extends Serializable

    Permalink
  11. object NodeType extends Serializable

    Permalink
  12. object PendingModifiedValues extends Serializable

    Permalink
  13. object Redshift

    Permalink
  14. object ReservedNode extends Serializable

    Permalink
  15. object RestoreStatus extends Serializable

    Permalink
  16. object Snapshot extends Serializable

    Permalink
  17. object SnapshotType extends Serializable

    Permalink
  18. object Status extends Serializable

    Permalink
  19. object Subnet extends Serializable

    Permalink
  20. object VpcSecurityGroupMembership extends Serializable

    Permalink

Ungrouped