Uses of Class
com.amazonaws.services.redshift.model.RestoreFromClusterSnapshotRequest
Packages that use RestoreFromClusterSnapshotRequest
-
Uses of RestoreFromClusterSnapshotRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type RestoreFromClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.restoreFromClusterSnapshot
(RestoreFromClusterSnapshotRequest request) AmazonRedshift.restoreFromClusterSnapshot
(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest) Creates a new cluster from a snapshot.AmazonRedshiftClient.restoreFromClusterSnapshot
(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest) Creates a new cluster from a snapshot.AbstractAmazonRedshiftAsync.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest request) AbstractAmazonRedshiftAsync.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest request, AsyncHandler<RestoreFromClusterSnapshotRequest, Cluster> asyncHandler) AmazonRedshiftAsync.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest) Creates a new cluster from a snapshot.AmazonRedshiftAsync.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest, AsyncHandler<RestoreFromClusterSnapshotRequest, Cluster> asyncHandler) Creates a new cluster from a snapshot.AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest request) AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest request, AsyncHandler<RestoreFromClusterSnapshotRequest, Cluster> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type RestoreFromClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest request, AsyncHandler<RestoreFromClusterSnapshotRequest, Cluster> asyncHandler) AmazonRedshiftAsync.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest, AsyncHandler<RestoreFromClusterSnapshotRequest, Cluster> asyncHandler) Creates a new cluster from a snapshot.AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync
(RestoreFromClusterSnapshotRequest request, AsyncHandler<RestoreFromClusterSnapshotRequest, Cluster> asyncHandler) -
Uses of RestoreFromClusterSnapshotRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RestoreFromClusterSnapshotRequestModifier and TypeMethodDescriptionRestoreFromClusterSnapshotRequest.clone()
RestoreFromClusterSnapshotRequest.withAdditionalInfo
(String additionalInfo) Reserved.RestoreFromClusterSnapshotRequest.withAllowVersionUpgrade
(Boolean allowVersionUpgrade) Iftrue
, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.RestoreFromClusterSnapshotRequest.withAutomatedSnapshotRetentionPeriod
(Integer automatedSnapshotRetentionPeriod) The number of days that automated snapshots are retained.RestoreFromClusterSnapshotRequest.withAvailabilityZone
(String availabilityZone) The Amazon EC2 Availability Zone in which to restore the cluster.RestoreFromClusterSnapshotRequest.withClusterIdentifier
(String clusterIdentifier) The identifier of the cluster that will be created from restoring the snapshot.RestoreFromClusterSnapshotRequest.withClusterParameterGroupName
(String clusterParameterGroupName) The name of the parameter group to be associated with this cluster.RestoreFromClusterSnapshotRequest.withClusterSecurityGroups
(String... clusterSecurityGroups) A list of security groups to be associated with this cluster.RestoreFromClusterSnapshotRequest.withClusterSecurityGroups
(Collection<String> clusterSecurityGroups) A list of security groups to be associated with this cluster.RestoreFromClusterSnapshotRequest.withClusterSubnetGroupName
(String clusterSubnetGroupName) The name of the subnet group where you want to cluster restored.RestoreFromClusterSnapshotRequest.withElasticIp
(String elasticIp) The elastic IP (EIP) address for the cluster.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.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.withIamRoles
(String... iamRoles) A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.RestoreFromClusterSnapshotRequest.withIamRoles
(Collection<String> iamRoles) A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.RestoreFromClusterSnapshotRequest.withKmsKeyId
(String kmsKeyId) The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.RestoreFromClusterSnapshotRequest.withNodeType
(String nodeType) The node type that the restored cluster will be provisioned with.RestoreFromClusterSnapshotRequest.withOwnerAccount
(String ownerAccount) The AWS customer account used to create or copy the snapshot.The port number on which the cluster accepts connections.RestoreFromClusterSnapshotRequest.withPreferredMaintenanceWindow
(String preferredMaintenanceWindow) The weekly time range (in UTC) during which automated cluster maintenance can occur.RestoreFromClusterSnapshotRequest.withPubliclyAccessible
(Boolean publiclyAccessible) Iftrue
, the cluster can be accessed from a public network.RestoreFromClusterSnapshotRequest.withSnapshotClusterIdentifier
(String snapshotClusterIdentifier) The name of the cluster the source snapshot was created from.RestoreFromClusterSnapshotRequest.withSnapshotIdentifier
(String snapshotIdentifier) The name of the snapshot from which to create the new cluster.RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds
(String... vpcSecurityGroupIds) A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds
(Collection<String> vpcSecurityGroupIds) A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.