@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonDocDBAsync extends AbstractAmazonDocDB implements AmazonDocDBAsync
AmazonDocDBAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
addTagsToResource, applyPendingMaintenanceAction, copyDBClusterParameterGroup, copyDBClusterSnapshot, createDBCluster, createDBClusterParameterGroup, createDBClusterSnapshot, createDBInstance, createDBSubnetGroup, deleteDBCluster, deleteDBClusterParameterGroup, deleteDBClusterSnapshot, deleteDBInstance, deleteDBSubnetGroup, describeDBClusterParameterGroups, describeDBClusterParameters, describeDBClusters, describeDBClusterSnapshotAttributes, describeDBClusterSnapshots, describeDBEngineVersions, describeDBInstances, describeDBSubnetGroups, describeEngineDefaultClusterParameters, describeEventCategories, describeEvents, describeOrderableDBInstanceOptions, describePendingMaintenanceActions, failoverDBCluster, getCachedResponseMetadata, listTagsForResource, modifyDBCluster, modifyDBClusterParameterGroup, modifyDBClusterSnapshotAttribute, modifyDBInstance, modifyDBSubnetGroup, rebootDBInstance, removeTagsFromResource, resetDBClusterParameterGroup, restoreDBClusterFromSnapshot, restoreDBClusterToPointInTime, shutdown, waiters
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTagsToResource, applyPendingMaintenanceAction, copyDBClusterParameterGroup, copyDBClusterSnapshot, createDBCluster, createDBClusterParameterGroup, createDBClusterSnapshot, createDBInstance, createDBSubnetGroup, deleteDBCluster, deleteDBClusterParameterGroup, deleteDBClusterSnapshot, deleteDBInstance, deleteDBSubnetGroup, describeDBClusterParameterGroups, describeDBClusterParameters, describeDBClusters, describeDBClusterSnapshotAttributes, describeDBClusterSnapshots, describeDBEngineVersions, describeDBInstances, describeDBSubnetGroups, describeEngineDefaultClusterParameters, describeEventCategories, describeEvents, describeOrderableDBInstanceOptions, describePendingMaintenanceActions, failoverDBCluster, getCachedResponseMetadata, listTagsForResource, modifyDBCluster, modifyDBClusterParameterGroup, modifyDBClusterSnapshotAttribute, modifyDBInstance, modifyDBSubnetGroup, rebootDBInstance, removeTagsFromResource, resetDBClusterParameterGroup, restoreDBClusterFromSnapshot, restoreDBClusterToPointInTime, shutdown, waiters
public Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest request)
AmazonDocDBAsync
Adds metadata tags to an Amazon DocumentDB resource. You can use these tags with cost allocation reporting to
track costs that are associated with Amazon DocumentDB resources. or in a Condition
statement in an
AWS Identity and Access Management (IAM) policy for Amazon DocumentDB.
addTagsToResourceAsync
in interface AmazonDocDBAsync
request
- Represents the input to AddTagsToResource.public Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler)
AmazonDocDBAsync
Adds metadata tags to an Amazon DocumentDB resource. You can use these tags with cost allocation reporting to
track costs that are associated with Amazon DocumentDB resources. or in a Condition
statement in an
AWS Identity and Access Management (IAM) policy for Amazon DocumentDB.
addTagsToResourceAsync
in interface AmazonDocDBAsync
request
- Represents the input to AddTagsToResource.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ResourcePendingMaintenanceActions> applyPendingMaintenanceActionAsync(ApplyPendingMaintenanceActionRequest request)
AmazonDocDBAsync
Applies a pending maintenance action to a resource (for example, to a DB instance).
applyPendingMaintenanceActionAsync
in interface AmazonDocDBAsync
request
- Represents the input to ApplyPendingMaintenanceAction.public Future<ResourcePendingMaintenanceActions> applyPendingMaintenanceActionAsync(ApplyPendingMaintenanceActionRequest request, AsyncHandler<ApplyPendingMaintenanceActionRequest,ResourcePendingMaintenanceActions> asyncHandler)
AmazonDocDBAsync
Applies a pending maintenance action to a resource (for example, to a DB instance).
applyPendingMaintenanceActionAsync
in interface AmazonDocDBAsync
request
- Represents the input to ApplyPendingMaintenanceAction.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterParameterGroup> copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest request)
AmazonDocDBAsync
Copies the specified DB cluster parameter group.
copyDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to CopyDBClusterParameterGroup.public Future<DBClusterParameterGroup> copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest request, AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)
AmazonDocDBAsync
Copies the specified DB cluster parameter group.
copyDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to CopyDBClusterParameterGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterSnapshot> copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request)
AmazonDocDBAsync
Copies a snapshot of a DB cluster.
To copy a DB cluster snapshot from a shared manual DB cluster snapshot,
SourceDBClusterSnapshotIdentifier
must be the Amazon Resource Name (ARN) of the shared DB cluster
snapshot.
To cancel the copy operation after it is in progress, delete the target DB cluster snapshot identified by
TargetDBClusterSnapshotIdentifier
while that DB cluster snapshot is in the copying status.
copyDBClusterSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input to CopyDBClusterSnapshot.public Future<DBClusterSnapshot> copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request, AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
AmazonDocDBAsync
Copies a snapshot of a DB cluster.
To copy a DB cluster snapshot from a shared manual DB cluster snapshot,
SourceDBClusterSnapshotIdentifier
must be the Amazon Resource Name (ARN) of the shared DB cluster
snapshot.
To cancel the copy operation after it is in progress, delete the target DB cluster snapshot identified by
TargetDBClusterSnapshotIdentifier
while that DB cluster snapshot is in the copying status.
copyDBClusterSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input to CopyDBClusterSnapshot.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBCluster> createDBClusterAsync(CreateDBClusterRequest request)
AmazonDocDBAsync
Creates a new Amazon DocumentDB DB cluster.
createDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to CreateDBCluster.public Future<DBCluster> createDBClusterAsync(CreateDBClusterRequest request, AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler)
AmazonDocDBAsync
Creates a new Amazon DocumentDB DB cluster.
createDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to CreateDBCluster.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterParameterGroup> createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request)
AmazonDocDBAsync
Creates a new DB cluster parameter group.
Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.
A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after you create it. After you create a DB cluster parameter group, you must associate it with your DB cluster. For the new DB cluster parameter group and associated settings to take effect, you must then reboot the DB instances in the DB cluster without failover.
After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB
cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon DocumentDB
to fully complete the create action before the DB cluster parameter group is used as the default for a new DB
cluster. This step is especially important for parameters that are critical when creating the default database
for a DB cluster, such as the character set for the default database defined by the
character_set_database
parameter.
createDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input of CreateDBClusterParameterGroup.public Future<DBClusterParameterGroup> createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request, AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)
AmazonDocDBAsync
Creates a new DB cluster parameter group.
Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.
A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after you create it. After you create a DB cluster parameter group, you must associate it with your DB cluster. For the new DB cluster parameter group and associated settings to take effect, you must then reboot the DB instances in the DB cluster without failover.
After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB
cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon DocumentDB
to fully complete the create action before the DB cluster parameter group is used as the default for a new DB
cluster. This step is especially important for parameters that are critical when creating the default database
for a DB cluster, such as the character set for the default database defined by the
character_set_database
parameter.
createDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input of CreateDBClusterParameterGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterSnapshot> createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request)
AmazonDocDBAsync
Creates a snapshot of a DB cluster.
createDBClusterSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input of CreateDBClusterSnapshot.public Future<DBClusterSnapshot> createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request, AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
AmazonDocDBAsync
Creates a snapshot of a DB cluster.
createDBClusterSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input of CreateDBClusterSnapshot.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBInstance> createDBInstanceAsync(CreateDBInstanceRequest request)
AmazonDocDBAsync
Creates a new DB instance.
createDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to CreateDBInstance.public Future<DBInstance> createDBInstanceAsync(CreateDBInstanceRequest request, AsyncHandler<CreateDBInstanceRequest,DBInstance> asyncHandler)
AmazonDocDBAsync
Creates a new DB instance.
createDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to CreateDBInstance.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBSubnetGroup> createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request)
AmazonDocDBAsync
Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.
createDBSubnetGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to CreateDBSubnetGroup.public Future<DBSubnetGroup> createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
AmazonDocDBAsync
Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.
createDBSubnetGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to CreateDBSubnetGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBCluster> deleteDBClusterAsync(DeleteDBClusterRequest request)
AmazonDocDBAsync
Deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.
deleteDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBCluster.public Future<DBCluster> deleteDBClusterAsync(DeleteDBClusterRequest request, AsyncHandler<DeleteDBClusterRequest,DBCluster> asyncHandler)
AmazonDocDBAsync
Deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.
deleteDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBCluster.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDBClusterParameterGroupResult> deleteDBClusterParameterGroupAsync(DeleteDBClusterParameterGroupRequest request)
AmazonDocDBAsync
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.
deleteDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBClusterParameterGroup.public Future<DeleteDBClusterParameterGroupResult> deleteDBClusterParameterGroupAsync(DeleteDBClusterParameterGroupRequest request, AsyncHandler<DeleteDBClusterParameterGroupRequest,DeleteDBClusterParameterGroupResult> asyncHandler)
AmazonDocDBAsync
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.
deleteDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBClusterParameterGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterSnapshot> deleteDBClusterSnapshotAsync(DeleteDBClusterSnapshotRequest request)
AmazonDocDBAsync
Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
The DB cluster snapshot must be in the available
state to be deleted.
deleteDBClusterSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBClusterSnapshot.public Future<DBClusterSnapshot> deleteDBClusterSnapshotAsync(DeleteDBClusterSnapshotRequest request, AsyncHandler<DeleteDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
AmazonDocDBAsync
Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
The DB cluster snapshot must be in the available
state to be deleted.
deleteDBClusterSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBClusterSnapshot.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBInstance> deleteDBInstanceAsync(DeleteDBInstanceRequest request)
AmazonDocDBAsync
Deletes a previously provisioned DB instance.
deleteDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBInstance.public Future<DBInstance> deleteDBInstanceAsync(DeleteDBInstanceRequest request, AsyncHandler<DeleteDBInstanceRequest,DBInstance> asyncHandler)
AmazonDocDBAsync
Deletes a previously provisioned DB instance.
deleteDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBInstance.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDBSubnetGroupResult> deleteDBSubnetGroupAsync(DeleteDBSubnetGroupRequest request)
AmazonDocDBAsync
Deletes a DB subnet group.
The specified database subnet group must not be associated with any DB instances.
deleteDBSubnetGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBSubnetGroup.public Future<DeleteDBSubnetGroupResult> deleteDBSubnetGroupAsync(DeleteDBSubnetGroupRequest request, AsyncHandler<DeleteDBSubnetGroupRequest,DeleteDBSubnetGroupResult> asyncHandler)
AmazonDocDBAsync
Deletes a DB subnet group.
The specified database subnet group must not be associated with any DB instances.
deleteDBSubnetGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to DeleteDBSubnetGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBClusterParameterGroupsResult> describeDBClusterParameterGroupsAsync(DescribeDBClusterParameterGroupsRequest request)
AmazonDocDBAsync
Returns a list of DBClusterParameterGroup
descriptions. If a
DBClusterParameterGroupName
parameter is specified, the list contains only the description of the
specified DB cluster parameter group.
describeDBClusterParameterGroupsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterParameterGroups.public Future<DescribeDBClusterParameterGroupsResult> describeDBClusterParameterGroupsAsync(DescribeDBClusterParameterGroupsRequest request, AsyncHandler<DescribeDBClusterParameterGroupsRequest,DescribeDBClusterParameterGroupsResult> asyncHandler)
AmazonDocDBAsync
Returns a list of DBClusterParameterGroup
descriptions. If a
DBClusterParameterGroupName
parameter is specified, the list contains only the description of the
specified DB cluster parameter group.
describeDBClusterParameterGroupsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterParameterGroups.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBClusterParametersResult> describeDBClusterParametersAsync(DescribeDBClusterParametersRequest request)
AmazonDocDBAsync
Returns the detailed parameter list for a particular DB cluster parameter group.
describeDBClusterParametersAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterParameters.public Future<DescribeDBClusterParametersResult> describeDBClusterParametersAsync(DescribeDBClusterParametersRequest request, AsyncHandler<DescribeDBClusterParametersRequest,DescribeDBClusterParametersResult> asyncHandler)
AmazonDocDBAsync
Returns the detailed parameter list for a particular DB cluster parameter group.
describeDBClusterParametersAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterParameters.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterSnapshotAttributesResult> describeDBClusterSnapshotAttributesAsync(DescribeDBClusterSnapshotAttributesRequest request)
AmazonDocDBAsync
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
When you share snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes
returns the
restore
attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the
manual DB cluster snapshot. If all
is included in the list of values for the restore
attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.
describeDBClusterSnapshotAttributesAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterSnapshotAttributes.public Future<DBClusterSnapshotAttributesResult> describeDBClusterSnapshotAttributesAsync(DescribeDBClusterSnapshotAttributesRequest request, AsyncHandler<DescribeDBClusterSnapshotAttributesRequest,DBClusterSnapshotAttributesResult> asyncHandler)
AmazonDocDBAsync
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
When you share snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes
returns the
restore
attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the
manual DB cluster snapshot. If all
is included in the list of values for the restore
attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.
describeDBClusterSnapshotAttributesAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterSnapshotAttributes.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBClusterSnapshotsResult> describeDBClusterSnapshotsAsync(DescribeDBClusterSnapshotsRequest request)
AmazonDocDBAsync
Returns information about DB cluster snapshots. This API operation supports pagination.
describeDBClusterSnapshotsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterSnapshots.public Future<DescribeDBClusterSnapshotsResult> describeDBClusterSnapshotsAsync(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest,DescribeDBClusterSnapshotsResult> asyncHandler)
AmazonDocDBAsync
Returns information about DB cluster snapshots. This API operation supports pagination.
describeDBClusterSnapshotsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusterSnapshots.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBClustersResult> describeDBClustersAsync(DescribeDBClustersRequest request)
AmazonDocDBAsync
Returns information about provisioned Amazon DocumentDB DB clusters. This API operation supports pagination.
describeDBClustersAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusters.public Future<DescribeDBClustersResult> describeDBClustersAsync(DescribeDBClustersRequest request, AsyncHandler<DescribeDBClustersRequest,DescribeDBClustersResult> asyncHandler)
AmazonDocDBAsync
Returns information about provisioned Amazon DocumentDB DB clusters. This API operation supports pagination.
describeDBClustersAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBClusters.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBEngineVersionsResult> describeDBEngineVersionsAsync(DescribeDBEngineVersionsRequest request)
AmazonDocDBAsync
Returns a list of the available DB engines.
describeDBEngineVersionsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBEngineVersions.public Future<DescribeDBEngineVersionsResult> describeDBEngineVersionsAsync(DescribeDBEngineVersionsRequest request, AsyncHandler<DescribeDBEngineVersionsRequest,DescribeDBEngineVersionsResult> asyncHandler)
AmazonDocDBAsync
Returns a list of the available DB engines.
describeDBEngineVersionsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBEngineVersions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBInstancesResult> describeDBInstancesAsync(DescribeDBInstancesRequest request)
AmazonDocDBAsync
Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.
describeDBInstancesAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBInstances.public Future<DescribeDBInstancesResult> describeDBInstancesAsync(DescribeDBInstancesRequest request, AsyncHandler<DescribeDBInstancesRequest,DescribeDBInstancesResult> asyncHandler)
AmazonDocDBAsync
Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.
describeDBInstancesAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBInstances.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDBSubnetGroupsResult> describeDBSubnetGroupsAsync(DescribeDBSubnetGroupsRequest request)
AmazonDocDBAsync
Returns a list of DBSubnetGroup
descriptions. If a DBSubnetGroupName
is specified, the
list will contain only the descriptions of the specified DBSubnetGroup
.
describeDBSubnetGroupsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBSubnetGroups.public Future<DescribeDBSubnetGroupsResult> describeDBSubnetGroupsAsync(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest,DescribeDBSubnetGroupsResult> asyncHandler)
AmazonDocDBAsync
Returns a list of DBSubnetGroup
descriptions. If a DBSubnetGroupName
is specified, the
list will contain only the descriptions of the specified DBSubnetGroup
.
describeDBSubnetGroupsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeDBSubnetGroups.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<EngineDefaults> describeEngineDefaultClusterParametersAsync(DescribeEngineDefaultClusterParametersRequest request)
AmazonDocDBAsync
Returns the default engine and system parameter information for the cluster database engine.
describeEngineDefaultClusterParametersAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeEngineDefaultClusterParameters.public Future<EngineDefaults> describeEngineDefaultClusterParametersAsync(DescribeEngineDefaultClusterParametersRequest request, AsyncHandler<DescribeEngineDefaultClusterParametersRequest,EngineDefaults> asyncHandler)
AmazonDocDBAsync
Returns the default engine and system parameter information for the cluster database engine.
describeEngineDefaultClusterParametersAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeEngineDefaultClusterParameters.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEventCategoriesResult> describeEventCategoriesAsync(DescribeEventCategoriesRequest request)
AmazonDocDBAsync
Displays a list of categories for all event source types, or, if specified, for a specified source type.
describeEventCategoriesAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeEventCategories.public Future<DescribeEventCategoriesResult> describeEventCategoriesAsync(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest,DescribeEventCategoriesResult> asyncHandler)
AmazonDocDBAsync
Displays a list of categories for all event source types, or, if specified, for a specified source type.
describeEventCategoriesAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeEventCategories.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request)
AmazonDocDBAsync
Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, DB security group, DB snapshot, or DB parameter group by providing the name as a parameter. By default, the events of the past hour are returned.
describeEventsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeEvents.public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AmazonDocDBAsync
Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, DB security group, DB snapshot, or DB parameter group by providing the name as a parameter. By default, the events of the past hour are returned.
describeEventsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeEvents.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeOrderableDBInstanceOptionsResult> describeOrderableDBInstanceOptionsAsync(DescribeOrderableDBInstanceOptionsRequest request)
AmazonDocDBAsync
Returns a list of orderable DB instance options for the specified engine.
describeOrderableDBInstanceOptionsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeOrderableDBInstanceOptions.public Future<DescribeOrderableDBInstanceOptionsResult> describeOrderableDBInstanceOptionsAsync(DescribeOrderableDBInstanceOptionsRequest request, AsyncHandler<DescribeOrderableDBInstanceOptionsRequest,DescribeOrderableDBInstanceOptionsResult> asyncHandler)
AmazonDocDBAsync
Returns a list of orderable DB instance options for the specified engine.
describeOrderableDBInstanceOptionsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribeOrderableDBInstanceOptions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePendingMaintenanceActionsResult> describePendingMaintenanceActionsAsync(DescribePendingMaintenanceActionsRequest request)
AmazonDocDBAsync
Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.
describePendingMaintenanceActionsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribePendingMaintenanceActions.public Future<DescribePendingMaintenanceActionsResult> describePendingMaintenanceActionsAsync(DescribePendingMaintenanceActionsRequest request, AsyncHandler<DescribePendingMaintenanceActionsRequest,DescribePendingMaintenanceActionsResult> asyncHandler)
AmazonDocDBAsync
Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.
describePendingMaintenanceActionsAsync
in interface AmazonDocDBAsync
request
- Represents the input to DescribePendingMaintenanceActions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBCluster> failoverDBClusterAsync(FailoverDBClusterRequest request)
AmazonDocDBAsync
Forces a failover for a DB cluster.
A failover for a DB cluster promotes one of the Amazon DocumentDB replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer).
If the primary instance fails, Amazon DocumentDB automatically fails over to an Amazon DocumentDB replica, if one exists. You can force a failover when you want to simulate a failure of a primary instance for testing.
failoverDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to FailoverDBCluster.public Future<DBCluster> failoverDBClusterAsync(FailoverDBClusterRequest request, AsyncHandler<FailoverDBClusterRequest,DBCluster> asyncHandler)
AmazonDocDBAsync
Forces a failover for a DB cluster.
A failover for a DB cluster promotes one of the Amazon DocumentDB replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer).
If the primary instance fails, Amazon DocumentDB automatically fails over to an Amazon DocumentDB replica, if one exists. You can force a failover when you want to simulate a failure of a primary instance for testing.
failoverDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to FailoverDBCluster.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonDocDBAsync
Lists all tags on an Amazon DocumentDB resource.
listTagsForResourceAsync
in interface AmazonDocDBAsync
request
- Represents the input to ListTagsForResource.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonDocDBAsync
Lists all tags on an Amazon DocumentDB resource.
listTagsForResourceAsync
in interface AmazonDocDBAsync
request
- Represents the input to ListTagsForResource.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBCluster> modifyDBClusterAsync(ModifyDBClusterRequest request)
AmazonDocDBAsync
Modifies a setting for an Amazon DocumentDB DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
modifyDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBCluster.public Future<DBCluster> modifyDBClusterAsync(ModifyDBClusterRequest request, AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler)
AmazonDocDBAsync
Modifies a setting for an Amazon DocumentDB DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
modifyDBClusterAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBCluster.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ModifyDBClusterParameterGroupResult> modifyDBClusterParameterGroupAsync(ModifyDBClusterParameterGroupRequest request)
AmazonDocDBAsync
Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the
following: ParameterName
, ParameterValue
, and ApplyMethod
. A maximum of 20
parameters can be modified in a single request.
Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot or maintenance window before the change can take effect.
After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB
cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon DocumentDB
to fully complete the create action before the parameter group is used as the default for a new DB cluster. This
step is especially important for parameters that are critical when creating the default database for a DB
cluster, such as the character set for the default database defined by the character_set_database
parameter.
modifyDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBClusterParameterGroup.public Future<ModifyDBClusterParameterGroupResult> modifyDBClusterParameterGroupAsync(ModifyDBClusterParameterGroupRequest request, AsyncHandler<ModifyDBClusterParameterGroupRequest,ModifyDBClusterParameterGroupResult> asyncHandler)
AmazonDocDBAsync
Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the
following: ParameterName
, ParameterValue
, and ApplyMethod
. A maximum of 20
parameters can be modified in a single request.
Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot or maintenance window before the change can take effect.
After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB
cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon DocumentDB
to fully complete the create action before the parameter group is used as the default for a new DB cluster. This
step is especially important for parameters that are critical when creating the default database for a DB
cluster, such as the character set for the default database defined by the character_set_database
parameter.
modifyDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBClusterParameterGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBClusterSnapshotAttributesResult> modifyDBClusterSnapshotAttributeAsync(ModifyDBClusterSnapshotAttributeRequest request)
AmazonDocDBAsync
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
To share a manual DB cluster snapshot with other AWS accounts, specify restore
as the
AttributeName
, and use the ValuesToAdd
parameter to add a list of IDs of the AWS
accounts that are authorized to restore the manual DB cluster snapshot. Use the value all
to make
the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts. Do not
add the all
value for any manual DB cluster snapshots that contain private information that you
don't want available to all AWS accounts. If a manual DB cluster snapshot is encrypted, it can be shared, but
only by specifying a list of authorized AWS account IDs for the ValuesToAdd
parameter. You can't use
all
as a value for that parameter in this case.
modifyDBClusterSnapshotAttributeAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBClusterSnapshotAttribute.public Future<DBClusterSnapshotAttributesResult> modifyDBClusterSnapshotAttributeAsync(ModifyDBClusterSnapshotAttributeRequest request, AsyncHandler<ModifyDBClusterSnapshotAttributeRequest,DBClusterSnapshotAttributesResult> asyncHandler)
AmazonDocDBAsync
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
To share a manual DB cluster snapshot with other AWS accounts, specify restore
as the
AttributeName
, and use the ValuesToAdd
parameter to add a list of IDs of the AWS
accounts that are authorized to restore the manual DB cluster snapshot. Use the value all
to make
the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts. Do not
add the all
value for any manual DB cluster snapshots that contain private information that you
don't want available to all AWS accounts. If a manual DB cluster snapshot is encrypted, it can be shared, but
only by specifying a list of authorized AWS account IDs for the ValuesToAdd
parameter. You can't use
all
as a value for that parameter in this case.
modifyDBClusterSnapshotAttributeAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBClusterSnapshotAttribute.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBInstance> modifyDBInstanceAsync(ModifyDBInstanceRequest request)
AmazonDocDBAsync
Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
modifyDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBInstance.public Future<DBInstance> modifyDBInstanceAsync(ModifyDBInstanceRequest request, AsyncHandler<ModifyDBInstanceRequest,DBInstance> asyncHandler)
AmazonDocDBAsync
Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
modifyDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBInstance.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBSubnetGroup> modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest request)
AmazonDocDBAsync
Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.
modifyDBSubnetGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBSubnetGroup.public Future<DBSubnetGroup> modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest request, AsyncHandler<ModifyDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
AmazonDocDBAsync
Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.
modifyDBSubnetGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to ModifyDBSubnetGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBInstance> rebootDBInstanceAsync(RebootDBInstanceRequest request)
AmazonDocDBAsync
You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain changes, or if you change the DB cluster parameter group that is associated with the DB instance, you must reboot the instance for the changes to take effect.
Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.
rebootDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to RebootDBInstance.public Future<DBInstance> rebootDBInstanceAsync(RebootDBInstanceRequest request, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
AmazonDocDBAsync
You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain changes, or if you change the DB cluster parameter group that is associated with the DB instance, you must reboot the instance for the changes to take effect.
Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.
rebootDBInstanceAsync
in interface AmazonDocDBAsync
request
- Represents the input to RebootDBInstance.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request)
AmazonDocDBAsync
Removes metadata tags from an Amazon DocumentDB resource.
removeTagsFromResourceAsync
in interface AmazonDocDBAsync
request
- Represents the input to RemoveTagsFromResource.public Future<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
AmazonDocDBAsync
Removes metadata tags from an Amazon DocumentDB resource.
removeTagsFromResourceAsync
in interface AmazonDocDBAsync
request
- Represents the input to RemoveTagsFromResource.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ResetDBClusterParameterGroupResult> resetDBClusterParameterGroupAsync(ResetDBClusterParameterGroupRequest request)
AmazonDocDBAsync
Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters,
submit a list of the following: ParameterName
and ApplyMethod
. To reset the entire DB
cluster parameter group, specify the DBClusterParameterGroupName
and ResetAllParameters
parameters.
When you reset the entire group, dynamic parameters are updated immediately and static parameters are set to
pending-reboot
to take effect on the next DB instance reboot.
resetDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to ResetDBClusterParameterGroup.public Future<ResetDBClusterParameterGroupResult> resetDBClusterParameterGroupAsync(ResetDBClusterParameterGroupRequest request, AsyncHandler<ResetDBClusterParameterGroupRequest,ResetDBClusterParameterGroupResult> asyncHandler)
AmazonDocDBAsync
Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters,
submit a list of the following: ParameterName
and ApplyMethod
. To reset the entire DB
cluster parameter group, specify the DBClusterParameterGroupName
and ResetAllParameters
parameters.
When you reset the entire group, dynamic parameters are updated immediately and static parameters are set to
pending-reboot
to take effect on the next DB instance reboot.
resetDBClusterParameterGroupAsync
in interface AmazonDocDBAsync
request
- Represents the input to ResetDBClusterParameterGroup.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBCluster> restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request)
AmazonDocDBAsync
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
restoreDBClusterFromSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input to RestoreDBClusterFromSnapshot.public Future<DBCluster> restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request, AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler)
AmazonDocDBAsync
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
restoreDBClusterFromSnapshotAsync
in interface AmazonDocDBAsync
request
- Represents the input to RestoreDBClusterFromSnapshot.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DBCluster> restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest request)
AmazonDocDBAsync
Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before
LatestRestorableTime
for up to BackupRetentionPeriod
days. The target DB cluster is
created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB
cluster is created with the default DB security group.
restoreDBClusterToPointInTimeAsync
in interface AmazonDocDBAsync
request
- Represents the input to RestoreDBClusterToPointInTime.public Future<DBCluster> restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest request, AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler)
AmazonDocDBAsync
Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before
LatestRestorableTime
for up to BackupRetentionPeriod
days. The target DB cluster is
created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB
cluster is created with the default DB security group.
restoreDBClusterToPointInTimeAsync
in interface AmazonDocDBAsync
request
- Represents the input to RestoreDBClusterToPointInTime.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.