Uses of Class
com.amazonaws.services.rds.model.RestoreDBClusterToPointInTimeRequest
Packages that use RestoreDBClusterToPointInTimeRequest
-
Uses of RestoreDBClusterToPointInTimeRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type RestoreDBClusterToPointInTimeRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.restoreDBClusterToPointInTime
(RestoreDBClusterToPointInTimeRequest request) AmazonRDS.restoreDBClusterToPointInTime
(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.AmazonRDSClient.restoreDBClusterToPointInTime
(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.AbstractAmazonRDSAsync.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest request) AbstractAmazonRDSAsync.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest request, AsyncHandler<RestoreDBClusterToPointInTimeRequest, DBCluster> asyncHandler) AmazonRDSAsync.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.AmazonRDSAsync.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest, AsyncHandler<RestoreDBClusterToPointInTimeRequest, DBCluster> asyncHandler) Restores a DB cluster to an arbitrary point in time.AmazonRDSAsyncClient.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest request) AmazonRDSAsyncClient.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest request, AsyncHandler<RestoreDBClusterToPointInTimeRequest, DBCluster> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type RestoreDBClusterToPointInTimeRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest request, AsyncHandler<RestoreDBClusterToPointInTimeRequest, DBCluster> asyncHandler) AmazonRDSAsync.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest, AsyncHandler<RestoreDBClusterToPointInTimeRequest, DBCluster> asyncHandler) Restores a DB cluster to an arbitrary point in time.AmazonRDSAsyncClient.restoreDBClusterToPointInTimeAsync
(RestoreDBClusterToPointInTimeRequest request, AsyncHandler<RestoreDBClusterToPointInTimeRequest, DBCluster> asyncHandler) -
Uses of RestoreDBClusterToPointInTimeRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RestoreDBClusterToPointInTimeRequestModifier and TypeMethodDescriptionRestoreDBClusterToPointInTimeRequest.clone()
RestoreDBClusterToPointInTimeRequest.withDBClusterIdentifier
(String dBClusterIdentifier) The name of the new DB cluster to be created.RestoreDBClusterToPointInTimeRequest.withDBSubnetGroupName
(String dBSubnetGroupName) The DB subnet group name to use for the new DB cluster.RestoreDBClusterToPointInTimeRequest.withKmsKeyId
(String kmsKeyId) The KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster.RestoreDBClusterToPointInTimeRequest.withOptionGroupName
(String optionGroupName) The name of the option group for the new DB cluster.The port number on which the new DB cluster accepts connections.RestoreDBClusterToPointInTimeRequest.withRestoreToTime
(Date restoreToTime) The date and time to restore the DB cluster to.RestoreDBClusterToPointInTimeRequest.withSourceDBClusterIdentifier
(String sourceDBClusterIdentifier) The identifier of the source DB cluster from which to restore.NOTE: This method appends the values to the existing list (if any).RestoreDBClusterToPointInTimeRequest.withTags
(Collection<Tag> tags) RestoreDBClusterToPointInTimeRequest.withUseLatestRestorableTime
(Boolean useLatestRestorableTime) A value that is set totrue
to restore the DB cluster to the latest restorable backup time, andfalse
otherwise.RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds
(String... vpcSecurityGroupIds) A lst of VPC security groups that the new DB cluster belongs to.RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds
(Collection<String> vpcSecurityGroupIds) A lst of VPC security groups that the new DB cluster belongs to.