Uses of Class
com.amazonaws.services.redshift.model.Cluster
-
Packages that use Cluster Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of Cluster in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return Cluster Modifier and Type Method Description Cluster
AbstractAmazonRedshift. createCluster(CreateClusterRequest request)
Cluster
AmazonRedshift. createCluster(CreateClusterRequest createClusterRequest)
Creates a new cluster.Cluster
AmazonRedshiftClient. createCluster(CreateClusterRequest createClusterRequest)
Creates a new cluster.Cluster
AbstractAmazonRedshift. deleteCluster(DeleteClusterRequest request)
Cluster
AmazonRedshift. deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes a previously provisioned cluster.Cluster
AmazonRedshiftClient. deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes a previously provisioned cluster.Cluster
AbstractAmazonRedshift. disableSnapshotCopy(DisableSnapshotCopyRequest request)
Cluster
AmazonRedshift. disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.Cluster
AmazonRedshiftClient. disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.Cluster
AbstractAmazonRedshift. enableSnapshotCopy(EnableSnapshotCopyRequest request)
Cluster
AmazonRedshift. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region for a specified cluster.Cluster
AmazonRedshiftClient. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region for a specified cluster.Cluster
AbstractAmazonRedshift. modifyCluster(ModifyClusterRequest request)
Cluster
AmazonRedshift. modifyCluster(ModifyClusterRequest modifyClusterRequest)
Modifies the settings for a cluster.Cluster
AmazonRedshiftClient. modifyCluster(ModifyClusterRequest modifyClusterRequest)
Modifies the settings for a cluster.Cluster
AbstractAmazonRedshift. modifyClusterIamRoles(ModifyClusterIamRolesRequest request)
Cluster
AmazonRedshift. modifyClusterIamRoles(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest)
Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.Cluster
AmazonRedshiftClient. modifyClusterIamRoles(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest)
Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.Cluster
AbstractAmazonRedshift. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request)
Cluster
AmazonRedshift. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.Cluster
AmazonRedshiftClient. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.Cluster
AbstractAmazonRedshift. rebootCluster(RebootClusterRequest request)
Cluster
AmazonRedshift. rebootCluster(RebootClusterRequest rebootClusterRequest)
Reboots a cluster.Cluster
AmazonRedshiftClient. rebootCluster(RebootClusterRequest rebootClusterRequest)
Reboots a cluster.Cluster
AbstractAmazonRedshift. restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest request)
Cluster
AmazonRedshift. restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.Cluster
AmazonRedshiftClient. restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.Cluster
AbstractAmazonRedshift. rotateEncryptionKey(RotateEncryptionKeyRequest request)
Cluster
AmazonRedshift. rotateEncryptionKey(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.Cluster
AmazonRedshiftClient. rotateEncryptionKey(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster. -
Uses of Cluster in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return Cluster Modifier and Type Method Description Cluster
Cluster. clone()
Cluster
Cluster. withAllowVersionUpgrade(Boolean allowVersionUpgrade)
Iftrue
, major version upgrades will be applied automatically to the cluster during the maintenance window.Cluster
Cluster. withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.Cluster
Cluster. withAvailabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.Cluster
Cluster. withClusterCreateTime(Date clusterCreateTime)
The date and time that the cluster was created.Cluster
Cluster. withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.Cluster
Cluster. withClusterNodes(ClusterNode... clusterNodes)
The nodes in a cluster.Cluster
Cluster. withClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in a cluster.Cluster
Cluster. withClusterParameterGroups(ClusterParameterGroupStatus... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.Cluster
Cluster. withClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.Cluster
Cluster. withClusterPublicKey(String clusterPublicKey)
The public key for the cluster.Cluster
Cluster. withClusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.Cluster
Cluster. withClusterSecurityGroups(ClusterSecurityGroupMembership... clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.Cluster
Cluster. withClusterSecurityGroups(Collection<ClusterSecurityGroupMembership> clusterSecurityGroups)
A list of cluster security group that are associated with the cluster.Cluster
Cluster. withClusterSnapshotCopyStatus(ClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Returns the destination region and retention period that are configured for cross-region snapshot copy.Cluster
Cluster. withClusterStatus(String clusterStatus)
The current state of the cluster.Cluster
Cluster. withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster.Cluster
Cluster. withClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that is running on the cluster.Cluster
Cluster. withDBName(String dBName)
The name of the initial database that was created when the cluster was created.Cluster
Cluster. withElasticIpStatus(ElasticIpStatus elasticIpStatus)
The status of the elastic IP (EIP) address.Cluster
Cluster. withEncrypted(Boolean encrypted)
Iftrue
, data in the cluster is encrypted at rest.Cluster
Cluster. withEndpoint(Endpoint endpoint)
The connection endpoint.Cluster
Cluster. withHsmStatus(HsmStatus hsmStatus)
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.Cluster
Cluster. withIamRoles(ClusterIamRole... iamRoles)
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.Cluster
Cluster. withIamRoles(Collection<ClusterIamRole> iamRoles)
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.Cluster
Cluster. withKmsKeyId(String kmsKeyId)
The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.Cluster
Cluster. withMasterUsername(String masterUsername)
The master user name for the cluster.Cluster
Cluster. withModifyStatus(String modifyStatus)
The status of a modify operation, if any, initiated for the cluster.Cluster
Cluster. withNodeType(String nodeType)
The node type for the nodes in the cluster.Cluster
Cluster. withNumberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.Cluster
Cluster. withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
If present, changes to the cluster are pending.Cluster
Cluster. withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range (in UTC) during which system maintenance can occur.Cluster
Cluster. withPubliclyAccessible(Boolean publiclyAccessible)
Iftrue
, the cluster can be accessed from a public network.Cluster
Cluster. withRestoreStatus(RestoreStatus restoreStatus)
Describes the status of a cluster restore action.Cluster
Cluster. withTags(Tag... tags)
The list of tags for the cluster.Cluster
Cluster. withTags(Collection<Tag> tags)
The list of tags for the cluster.Cluster
Cluster. withVpcId(String vpcId)
The identifier of the VPC the cluster is in, if the cluster is in a VPC.Cluster
Cluster. withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.Cluster
Cluster. withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster.Methods in com.amazonaws.services.redshift.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>
DescribeClustersResult. getClusters()
A list ofCluster
objects, where each object describes one cluster.Methods in com.amazonaws.services.redshift.model with parameters of type Cluster Modifier and Type Method Description DescribeClustersResult
DescribeClustersResult. withClusters(Cluster... clusters)
A list ofCluster
objects, where each object describes one cluster.Method parameters in com.amazonaws.services.redshift.model with type arguments of type Cluster Modifier and Type Method Description void
DescribeClustersResult. setClusters(Collection<Cluster> clusters)
A list ofCluster
objects, where each object describes one cluster.DescribeClustersResult
DescribeClustersResult. withClusters(Collection<Cluster> clusters)
A list ofCluster
objects, where each object describes one cluster.
-