Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
AmazonRedshift.restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.
|
Cluster |
AmazonRedshiftClient.restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.
|
Future<Cluster> |
AmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.
|
Future<Cluster> |
AmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
Creates a new cluster from a snapshot.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
Creates a new cluster from a snapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
Creates a new cluster from a snapshot.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
Creates a new cluster from a snapshot.
|
Modifier and Type | Method and Description |
---|---|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAllowVersionUpgrade(Boolean allowVersionUpgrade)
If
true , upgrades can be applied during the maintenance
window to the Amazon Redshift engine that is running on the cluster. |
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone in which to restore the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster that will be created from restoring the
snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group where you want to cluster restored.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withElasticIp(String elasticIp)
The elastic IP (EIP) address for the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.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.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.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.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withOwnerAccount(String ownerAccount)
The AWS customer account used to create or copy the snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withPort(Integer port)
The port number on which the cluster accepts connections.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withPubliclyAccessible(Boolean publiclyAccessible)
If
true , the cluster can be accessed from a public
network. |
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
The name of the cluster the source snapshot was created from.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The name of the snapshot from which to create the new cluster.
|
Copyright © 2014. All rights reserved.