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

Packages that use RestoreFromClusterSnapshotRequest
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 RestoreFromClusterSnapshotRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type RestoreFromClusterSnapshotRequest
 Cluster AmazonRedshiftClient.restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
           Creates a new cluster from a snapshot.
 Cluster AmazonRedshift.restoreFromClusterSnapshot(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)
           Creates a new cluster from a snapshot.
 Future<Cluster> AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest, AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
           Creates a new cluster from a snapshot.
 Future<Cluster> AmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest, AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
           Creates a new cluster from a snapshot.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type RestoreFromClusterSnapshotRequest
 Future<Cluster> AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest, AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
           Creates a new cluster from a snapshot.
 Future<Cluster> AmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest, AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
           Creates a new cluster from a snapshot.
 

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

Methods in com.amazonaws.services.redshift.model that return RestoreFromClusterSnapshotRequest
 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.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
          The number of days that automated snapshots are retained.
 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.withClusterParameterGroupName(String clusterParameterGroupName)
          The name of the parameter group to be associated with this cluster.
 RestoreFromClusterSnapshotRequest RestoreFromClusterSnapshotRequest.withClusterSecurityGroups(Collection<String> clusterSecurityGroups)
          A list of security groups to be associated with this cluster.
 RestoreFromClusterSnapshotRequest RestoreFromClusterSnapshotRequest.withClusterSecurityGroups(String... clusterSecurityGroups)
          A list of security groups to be associated with this cluster.
 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.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
          The weekly time range (in UTC) during which automated cluster maintenance can occur.
 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.
 RestoreFromClusterSnapshotRequest RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
 RestoreFromClusterSnapshotRequest RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
 



Copyright © 2016. All rights reserved.