Uses of Class
com.amazonaws.services.redshift.model.CreateClusterRequest

Packages that use CreateClusterRequest
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of CreateClusterRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type CreateClusterRequest
 Cluster AmazonRedshiftClient.createCluster(CreateClusterRequest createClusterRequest)
           Creates a new cluster.
 Cluster AmazonRedshift.createCluster(CreateClusterRequest createClusterRequest)
           Creates a new cluster.
 Future<Cluster> AmazonRedshiftAsyncClient.createClusterAsync(CreateClusterRequest createClusterRequest)
           Creates a new cluster.
 Future<Cluster> AmazonRedshiftAsync.createClusterAsync(CreateClusterRequest createClusterRequest)
           Creates a new cluster.
 Future<Cluster> AmazonRedshiftAsyncClient.createClusterAsync(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest,Cluster> asyncHandler)
           Creates a new cluster.
 Future<Cluster> AmazonRedshiftAsync.createClusterAsync(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest,Cluster> asyncHandler)
           Creates a new cluster.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterRequest
 Future<Cluster> AmazonRedshiftAsyncClient.createClusterAsync(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest,Cluster> asyncHandler)
           Creates a new cluster.
 Future<Cluster> AmazonRedshiftAsync.createClusterAsync(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest,Cluster> asyncHandler)
           Creates a new cluster.
 

Uses of CreateClusterRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return CreateClusterRequest
 CreateClusterRequest CreateClusterRequest.withAllowVersionUpgrade(Boolean allowVersionUpgrade)
          If true, upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
 CreateClusterRequest CreateClusterRequest.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
          The number of days that automated snapshots are retained.
 CreateClusterRequest CreateClusterRequest.withAvailabilityZone(String availabilityZone)
          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster.
 CreateClusterRequest CreateClusterRequest.withClusterIdentifier(String clusterIdentifier)
          A unique identifier for the cluster.
 CreateClusterRequest CreateClusterRequest.withClusterParameterGroupName(String clusterParameterGroupName)
          The name of the parameter group to be associated with this cluster.
 CreateClusterRequest CreateClusterRequest.withClusterSecurityGroups(Collection<String> clusterSecurityGroups)
          A list of security groups to be associated with this cluster.
 CreateClusterRequest CreateClusterRequest.withClusterSecurityGroups(String... clusterSecurityGroups)
          A list of security groups to be associated with this cluster.
 CreateClusterRequest CreateClusterRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
          The name of a cluster subnet group to be associated with this cluster.
 CreateClusterRequest CreateClusterRequest.withClusterType(String clusterType)
          The type of the cluster.
 CreateClusterRequest CreateClusterRequest.withClusterVersion(String clusterVersion)
          The version of the Amazon Redshift engine software that you want to deploy on the cluster.
 CreateClusterRequest CreateClusterRequest.withDBName(String dBName)
          The name of the first database to be created when the cluster is created.
 CreateClusterRequest CreateClusterRequest.withElasticIp(String elasticIp)
          The Elastic IP (EIP) address for the cluster.
 CreateClusterRequest CreateClusterRequest.withEncrypted(Boolean encrypted)
          If true, the data in the cluster is encrypted at rest.
 CreateClusterRequest CreateClusterRequest.withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
 CreateClusterRequest CreateClusterRequest.withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
 CreateClusterRequest CreateClusterRequest.withMasterUsername(String masterUsername)
          The user name associated with the master user account for the cluster that is being created.
 CreateClusterRequest CreateClusterRequest.withMasterUserPassword(String masterUserPassword)
          The password associated with the master user account for the cluster that is being created.
 CreateClusterRequest CreateClusterRequest.withNodeType(String nodeType)
          The node type to be provisioned for the cluster.
 CreateClusterRequest CreateClusterRequest.withNumberOfNodes(Integer numberOfNodes)
          The number of compute nodes in the cluster.
 CreateClusterRequest CreateClusterRequest.withPort(Integer port)
          The port number on which the cluster accepts incoming connections.
 CreateClusterRequest CreateClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
          The weekly time range (in UTC) during which automated cluster maintenance can occur.
 CreateClusterRequest CreateClusterRequest.withPubliclyAccessible(Boolean publiclyAccessible)
          If true, the cluster can be accessed from a public network.
 CreateClusterRequest CreateClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
 CreateClusterRequest CreateClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
 



Copyright © 2016. All rights reserved.