Uses of Class
com.amazonaws.services.rds.model.RestoreDBClusterFromSnapshotRequest
Packages that use RestoreDBClusterFromSnapshotRequest
-
Uses of RestoreDBClusterFromSnapshotRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type RestoreDBClusterFromSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest request) AmazonRDS.restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest) Creates a new DB cluster from a DB cluster snapshot.AmazonRDSClient.restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest) Creates a new DB cluster from a DB cluster snapshot.AbstractAmazonRDSAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request) AbstractAmazonRDSAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request, AsyncHandler<RestoreDBClusterFromSnapshotRequest, DBCluster> asyncHandler) AmazonRDSAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest) Creates a new DB cluster from a DB cluster snapshot.AmazonRDSAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest, AsyncHandler<RestoreDBClusterFromSnapshotRequest, DBCluster> asyncHandler) Creates a new DB cluster from a DB cluster snapshot.AmazonRDSAsyncClient.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request) AmazonRDSAsyncClient.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request, AsyncHandler<RestoreDBClusterFromSnapshotRequest, DBCluster> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type RestoreDBClusterFromSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request, AsyncHandler<RestoreDBClusterFromSnapshotRequest, DBCluster> asyncHandler) AmazonRDSAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest, AsyncHandler<RestoreDBClusterFromSnapshotRequest, DBCluster> asyncHandler) Creates a new DB cluster from a DB cluster snapshot.AmazonRDSAsyncClient.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request, AsyncHandler<RestoreDBClusterFromSnapshotRequest, DBCluster> asyncHandler) -
Uses of RestoreDBClusterFromSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RestoreDBClusterFromSnapshotRequestModifier and TypeMethodDescriptionRestoreDBClusterFromSnapshotRequest.clone()RestoreDBClusterFromSnapshotRequest.withAvailabilityZones(String... availabilityZones) Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.RestoreDBClusterFromSnapshotRequest.withAvailabilityZones(Collection<String> availabilityZones) Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.RestoreDBClusterFromSnapshotRequest.withDatabaseName(String databaseName) The database name for the restored DB cluster.RestoreDBClusterFromSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier) The name of the DB cluster to create from the DB cluster snapshot.RestoreDBClusterFromSnapshotRequest.withDBSubnetGroupName(String dBSubnetGroupName) The name of the DB subnet group to use for the new DB cluster.RestoreDBClusterFromSnapshotRequest.withEngine(String engine) The database engine to use for the new DB cluster.RestoreDBClusterFromSnapshotRequest.withEngineVersion(String engineVersion) The version of the database engine to use for the new DB cluster.RestoreDBClusterFromSnapshotRequest.withKmsKeyId(String kmsKeyId) The KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster snapshot.RestoreDBClusterFromSnapshotRequest.withOptionGroupName(String optionGroupName) The name of the option group to use for the restored DB cluster.The port number on which the new DB cluster accepts connections.RestoreDBClusterFromSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier) The identifier for the DB cluster snapshot to restore from.The tags to be assigned to the restored DB cluster.RestoreDBClusterFromSnapshotRequest.withTags(Collection<Tag> tags) The tags to be assigned to the restored DB cluster.RestoreDBClusterFromSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of VPC security groups that the new DB cluster will belong to.RestoreDBClusterFromSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of VPC security groups that the new DB cluster will belong to.