@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonDocDB extends Object implements AmazonDocDB
AmazonDocDB
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AddTagsToResourceResult |
addTagsToResource(AddTagsToResourceRequest request)
Adds metadata tags to an Amazon DocumentDB resource.
|
ResourcePendingMaintenanceActions |
applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest request)
Applies a pending maintenance action to a resource (for example, to an Amazon DocumentDB instance).
|
DBClusterParameterGroup |
copyDBClusterParameterGroup(CopyDBClusterParameterGroupRequest request)
Copies the specified cluster parameter group.
|
DBClusterSnapshot |
copyDBClusterSnapshot(CopyDBClusterSnapshotRequest request)
Copies a snapshot of a cluster.
|
DBCluster |
createDBCluster(CreateDBClusterRequest request)
Creates a new Amazon DocumentDB cluster.
|
DBClusterParameterGroup |
createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest request)
Creates a new cluster parameter group.
|
DBClusterSnapshot |
createDBClusterSnapshot(CreateDBClusterSnapshotRequest request)
Creates a snapshot of a cluster.
|
DBInstance |
createDBInstance(CreateDBInstanceRequest request)
Creates a new instance.
|
DBSubnetGroup |
createDBSubnetGroup(CreateDBSubnetGroupRequest request)
Creates a new subnet group.
|
DBCluster |
deleteDBCluster(DeleteDBClusterRequest request)
Deletes a previously provisioned cluster.
|
DeleteDBClusterParameterGroupResult |
deleteDBClusterParameterGroup(DeleteDBClusterParameterGroupRequest request)
Deletes a specified cluster parameter group.
|
DBClusterSnapshot |
deleteDBClusterSnapshot(DeleteDBClusterSnapshotRequest request)
Deletes a cluster snapshot.
|
DBInstance |
deleteDBInstance(DeleteDBInstanceRequest request)
Deletes a previously provisioned instance.
|
DeleteDBSubnetGroupResult |
deleteDBSubnetGroup(DeleteDBSubnetGroupRequest request)
Deletes a subnet group.
|
DescribeCertificatesResult |
describeCertificates(DescribeCertificatesRequest request)
Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this AWS account.
|
DescribeDBClusterParameterGroupsResult |
describeDBClusterParameterGroups(DescribeDBClusterParameterGroupsRequest request)
Returns a list of
DBClusterParameterGroup descriptions. |
DescribeDBClusterParametersResult |
describeDBClusterParameters(DescribeDBClusterParametersRequest request)
Returns the detailed parameter list for a particular cluster parameter group.
|
DescribeDBClustersResult |
describeDBClusters(DescribeDBClustersRequest request)
Returns information about provisioned Amazon DocumentDB clusters.
|
DBClusterSnapshotAttributesResult |
describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request)
Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
DescribeDBClusterSnapshotsResult |
describeDBClusterSnapshots(DescribeDBClusterSnapshotsRequest request)
Returns information about cluster snapshots.
|
DescribeDBEngineVersionsResult |
describeDBEngineVersions(DescribeDBEngineVersionsRequest request)
Returns a list of the available engines.
|
DescribeDBInstancesResult |
describeDBInstances(DescribeDBInstancesRequest request)
Returns information about provisioned Amazon DocumentDB instances.
|
DescribeDBSubnetGroupsResult |
describeDBSubnetGroups(DescribeDBSubnetGroupsRequest request)
Returns a list of
DBSubnetGroup descriptions. |
EngineDefaults |
describeEngineDefaultClusterParameters(DescribeEngineDefaultClusterParametersRequest request)
Returns the default engine and system parameter information for the cluster database engine.
|
DescribeEventCategoriesResult |
describeEventCategories(DescribeEventCategoriesRequest request)
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
DescribeEventsResult |
describeEvents(DescribeEventsRequest request)
Returns events related to instances, security groups, snapshots, and DB parameter groups for the past 14 days.
|
DescribeOrderableDBInstanceOptionsResult |
describeOrderableDBInstanceOptions(DescribeOrderableDBInstanceOptionsRequest request)
Returns a list of orderable instance options for the specified engine.
|
DescribePendingMaintenanceActionsResult |
describePendingMaintenanceActions(DescribePendingMaintenanceActionsRequest request)
Returns a list of resources (for example, instances) that have at least one pending maintenance action.
|
DBCluster |
failoverDBCluster(FailoverDBClusterRequest request)
Forces a failover for a cluster.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all tags on an Amazon DocumentDB resource.
|
DBCluster |
modifyDBCluster(ModifyDBClusterRequest request)
Modifies a setting for an Amazon DocumentDB cluster.
|
ModifyDBClusterParameterGroupResult |
modifyDBClusterParameterGroup(ModifyDBClusterParameterGroupRequest request)
Modifies the parameters of a cluster parameter group.
|
DBClusterSnapshotAttributesResult |
modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest request)
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
|
DBInstance |
modifyDBInstance(ModifyDBInstanceRequest request)
Modifies settings for an instance.
|
DBSubnetGroup |
modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request)
Modifies an existing subnet group.
|
DBInstance |
rebootDBInstance(RebootDBInstanceRequest request)
You might need to reboot your instance, usually for maintenance reasons.
|
RemoveTagsFromResourceResult |
removeTagsFromResource(RemoveTagsFromResourceRequest request)
Removes metadata tags from an Amazon DocumentDB resource.
|
ResetDBClusterParameterGroupResult |
resetDBClusterParameterGroup(ResetDBClusterParameterGroupRequest request)
Modifies the parameters of a cluster parameter group to the default value.
|
DBCluster |
restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest request)
Creates a new cluster from a snapshot or cluster snapshot.
|
DBCluster |
restoreDBClusterToPointInTime(RestoreDBClusterToPointInTimeRequest request)
Restores a cluster to an arbitrary point in time.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
DBCluster |
startDBCluster(StartDBClusterRequest request)
Restarts the stopped cluster that is specified by
DBClusterIdentifier . |
DBCluster |
stopDBCluster(StopDBClusterRequest request)
Stops the running cluster that is specified by
DBClusterIdentifier . |
AmazonDocDBWaiters |
waiters() |
public AddTagsToResourceResult addTagsToResource(AddTagsToResourceRequest request)
AmazonDocDB
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.
addTagsToResource
in interface AmazonDocDB
request
- Represents the input to AddTagsToResource.public ResourcePendingMaintenanceActions applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest request)
AmazonDocDB
Applies a pending maintenance action to a resource (for example, to an Amazon DocumentDB instance).
applyPendingMaintenanceAction
in interface AmazonDocDB
request
- Represents the input to ApplyPendingMaintenanceAction.public DBClusterParameterGroup copyDBClusterParameterGroup(CopyDBClusterParameterGroupRequest request)
AmazonDocDB
Copies the specified cluster parameter group.
copyDBClusterParameterGroup
in interface AmazonDocDB
request
- Represents the input to CopyDBClusterParameterGroup.public DBClusterSnapshot copyDBClusterSnapshot(CopyDBClusterSnapshotRequest request)
AmazonDocDB
Copies a snapshot of a cluster.
To copy a cluster snapshot from a shared manual cluster snapshot, SourceDBClusterSnapshotIdentifier
must be the Amazon Resource Name (ARN) of the shared cluster snapshot. You can only copy a shared DB cluster
snapshot, whether encrypted or not, in the same AWS Region.
To cancel the copy operation after it is in progress, delete the target cluster snapshot identified by
TargetDBClusterSnapshotIdentifier
while that cluster snapshot is in the copying status.
copyDBClusterSnapshot
in interface AmazonDocDB
request
- Represents the input to CopyDBClusterSnapshot.public DBCluster createDBCluster(CreateDBClusterRequest request)
AmazonDocDB
Creates a new Amazon DocumentDB cluster.
createDBCluster
in interface AmazonDocDB
request
- Represents the input to CreateDBCluster.public DBClusterParameterGroup createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest request)
AmazonDocDB
Creates a new cluster parameter group.
Parameters in a cluster parameter group apply to all of the instances in a cluster.
A cluster parameter group is initially created with the default parameters for the database engine used by
instances in the cluster. In Amazon DocumentDB, you cannot make modifications directly to the
default.docdb3.6
cluster parameter group. If your Amazon DocumentDB cluster is using the default
cluster parameter group and you want to modify a value in it, you must first create a
new parameter group or copy an
existing parameter group, modify it, and then apply the modified parameter group to your cluster. For the new
cluster parameter group and associated settings to take effect, you must then reboot the instances in the cluster
without failover. For more information, see
Modifying Amazon DocumentDB Cluster Parameter Groups.
createDBClusterParameterGroup
in interface AmazonDocDB
request
- Represents the input of CreateDBClusterParameterGroup.public DBClusterSnapshot createDBClusterSnapshot(CreateDBClusterSnapshotRequest request)
AmazonDocDB
Creates a snapshot of a cluster.
createDBClusterSnapshot
in interface AmazonDocDB
request
- Represents the input of CreateDBClusterSnapshot.public DBInstance createDBInstance(CreateDBInstanceRequest request)
AmazonDocDB
Creates a new instance.
createDBInstance
in interface AmazonDocDB
request
- Represents the input to CreateDBInstance.public DBSubnetGroup createDBSubnetGroup(CreateDBSubnetGroupRequest request)
AmazonDocDB
Creates a new subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.
createDBSubnetGroup
in interface AmazonDocDB
request
- Represents the input to CreateDBSubnetGroup.public DBCluster deleteDBCluster(DeleteDBClusterRequest request)
AmazonDocDB
Deletes a previously provisioned cluster. When you delete a cluster, all automated backups for that cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified cluster are not deleted.
deleteDBCluster
in interface AmazonDocDB
request
- Represents the input to DeleteDBCluster.public DeleteDBClusterParameterGroupResult deleteDBClusterParameterGroup(DeleteDBClusterParameterGroupRequest request)
AmazonDocDB
Deletes a specified cluster parameter group. The cluster parameter group to be deleted can't be associated with any clusters.
deleteDBClusterParameterGroup
in interface AmazonDocDB
request
- Represents the input to DeleteDBClusterParameterGroup.public DBClusterSnapshot deleteDBClusterSnapshot(DeleteDBClusterSnapshotRequest request)
AmazonDocDB
Deletes a cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
The cluster snapshot must be in the available
state to be deleted.
deleteDBClusterSnapshot
in interface AmazonDocDB
request
- Represents the input to DeleteDBClusterSnapshot.public DBInstance deleteDBInstance(DeleteDBInstanceRequest request)
AmazonDocDB
Deletes a previously provisioned instance.
deleteDBInstance
in interface AmazonDocDB
request
- Represents the input to DeleteDBInstance.public DeleteDBSubnetGroupResult deleteDBSubnetGroup(DeleteDBSubnetGroupRequest request)
AmazonDocDB
Deletes a subnet group.
The specified database subnet group must not be associated with any DB instances.
deleteDBSubnetGroup
in interface AmazonDocDB
request
- Represents the input to DeleteDBSubnetGroup.public DescribeCertificatesResult describeCertificates(DescribeCertificatesRequest request)
AmazonDocDB
Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this AWS account.
describeCertificates
in interface AmazonDocDB
public DescribeDBClusterParameterGroupsResult describeDBClusterParameterGroups(DescribeDBClusterParameterGroupsRequest request)
AmazonDocDB
Returns a list of DBClusterParameterGroup
descriptions. If a
DBClusterParameterGroupName
parameter is specified, the list contains only the description of the
specified cluster parameter group.
describeDBClusterParameterGroups
in interface AmazonDocDB
request
- Represents the input to DescribeDBClusterParameterGroups.public DescribeDBClusterParametersResult describeDBClusterParameters(DescribeDBClusterParametersRequest request)
AmazonDocDB
Returns the detailed parameter list for a particular cluster parameter group.
describeDBClusterParameters
in interface AmazonDocDB
request
- Represents the input to DescribeDBClusterParameters.public DBClusterSnapshotAttributesResult describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request)
AmazonDocDB
Returns a list of 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 cluster snapshot. If all
is included in the list of values for the restore
attribute, then the manual cluster snapshot is public and can be copied or restored by all AWS accounts.
describeDBClusterSnapshotAttributes
in interface AmazonDocDB
request
- Represents the input to DescribeDBClusterSnapshotAttributes.public DescribeDBClusterSnapshotsResult describeDBClusterSnapshots(DescribeDBClusterSnapshotsRequest request)
AmazonDocDB
Returns information about cluster snapshots. This API operation supports pagination.
describeDBClusterSnapshots
in interface AmazonDocDB
request
- Represents the input to DescribeDBClusterSnapshots.public DescribeDBClustersResult describeDBClusters(DescribeDBClustersRequest request)
AmazonDocDB
Returns information about provisioned Amazon DocumentDB clusters. This API operation supports pagination. For
certain management features such as cluster and instance lifecycle management, Amazon DocumentDB leverages
operational technology that is shared with Amazon RDS and Amazon Neptune. Use the
filterName=engine,Values=docdb
filter parameter to return only Amazon DocumentDB clusters.
describeDBClusters
in interface AmazonDocDB
request
- Represents the input to DescribeDBClusters.public DescribeDBEngineVersionsResult describeDBEngineVersions(DescribeDBEngineVersionsRequest request)
AmazonDocDB
Returns a list of the available engines.
describeDBEngineVersions
in interface AmazonDocDB
request
- Represents the input to DescribeDBEngineVersions.public DescribeDBInstancesResult describeDBInstances(DescribeDBInstancesRequest request)
AmazonDocDB
Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.
describeDBInstances
in interface AmazonDocDB
request
- Represents the input to DescribeDBInstances.public DescribeDBSubnetGroupsResult describeDBSubnetGroups(DescribeDBSubnetGroupsRequest request)
AmazonDocDB
Returns a list of DBSubnetGroup
descriptions. If a DBSubnetGroupName
is specified, the
list will contain only the descriptions of the specified DBSubnetGroup
.
describeDBSubnetGroups
in interface AmazonDocDB
request
- Represents the input to DescribeDBSubnetGroups.public EngineDefaults describeEngineDefaultClusterParameters(DescribeEngineDefaultClusterParametersRequest request)
AmazonDocDB
Returns the default engine and system parameter information for the cluster database engine.
describeEngineDefaultClusterParameters
in interface AmazonDocDB
request
- Represents the input to DescribeEngineDefaultClusterParameters.public DescribeEventCategoriesResult describeEventCategories(DescribeEventCategoriesRequest request)
AmazonDocDB
Displays a list of categories for all event source types, or, if specified, for a specified source type.
describeEventCategories
in interface AmazonDocDB
request
- Represents the input to DescribeEventCategories.public DescribeEventsResult describeEvents(DescribeEventsRequest request)
AmazonDocDB
Returns events related to instances, security groups, snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, security group, snapshot, or parameter group by providing the name as a parameter. By default, the events of the past hour are returned.
describeEvents
in interface AmazonDocDB
request
- Represents the input to DescribeEvents.public DescribeOrderableDBInstanceOptionsResult describeOrderableDBInstanceOptions(DescribeOrderableDBInstanceOptionsRequest request)
AmazonDocDB
Returns a list of orderable instance options for the specified engine.
describeOrderableDBInstanceOptions
in interface AmazonDocDB
request
- Represents the input to DescribeOrderableDBInstanceOptions.public DescribePendingMaintenanceActionsResult describePendingMaintenanceActions(DescribePendingMaintenanceActionsRequest request)
AmazonDocDB
Returns a list of resources (for example, instances) that have at least one pending maintenance action.
describePendingMaintenanceActions
in interface AmazonDocDB
request
- Represents the input to DescribePendingMaintenanceActions.public DBCluster failoverDBCluster(FailoverDBClusterRequest request)
AmazonDocDB
Forces a failover for a cluster.
A failover for a cluster promotes one of the Amazon DocumentDB replicas (read-only instances) in the 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.
failoverDBCluster
in interface AmazonDocDB
request
- Represents the input to FailoverDBCluster.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonDocDB
Lists all tags on an Amazon DocumentDB resource.
listTagsForResource
in interface AmazonDocDB
request
- Represents the input to ListTagsForResource.public DBCluster modifyDBCluster(ModifyDBClusterRequest request)
AmazonDocDB
Modifies a setting for an Amazon DocumentDB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
modifyDBCluster
in interface AmazonDocDB
request
- Represents the input to ModifyDBCluster.public ModifyDBClusterParameterGroupResult modifyDBClusterParameterGroup(ModifyDBClusterParameterGroupRequest request)
AmazonDocDB
Modifies the parameters of a 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 cluster parameter group, you should wait at least 5 minutes before creating your first cluster
that uses that 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 cluster. This step is
especially important for parameters that are critical when creating the default database for a cluster, such as
the character set for the default database defined by the character_set_database
parameter.
modifyDBClusterParameterGroup
in interface AmazonDocDB
request
- Represents the input to ModifyDBClusterParameterGroup.public DBClusterSnapshotAttributesResult modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest request)
AmazonDocDB
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
To share a manual 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 cluster snapshot. Use the value all
to make the
manual 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 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.
modifyDBClusterSnapshotAttribute
in interface AmazonDocDB
request
- Represents the input to ModifyDBClusterSnapshotAttribute.public DBInstance modifyDBInstance(ModifyDBInstanceRequest request)
AmazonDocDB
Modifies settings for an instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
modifyDBInstance
in interface AmazonDocDB
request
- Represents the input to ModifyDBInstance.public DBSubnetGroup modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request)
AmazonDocDB
Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.
modifyDBSubnetGroup
in interface AmazonDocDB
request
- Represents the input to ModifyDBSubnetGroup.public DBInstance rebootDBInstance(RebootDBInstanceRequest request)
AmazonDocDB
You might need to reboot your instance, usually for maintenance reasons. For example, if you make certain changes, or if you change the cluster parameter group that is associated with the instance, you must reboot the instance for the changes to take effect.
Rebooting an instance restarts the database engine service. Rebooting an instance results in a momentary outage, during which the instance status is set to rebooting.
rebootDBInstance
in interface AmazonDocDB
request
- Represents the input to RebootDBInstance.public RemoveTagsFromResourceResult removeTagsFromResource(RemoveTagsFromResourceRequest request)
AmazonDocDB
Removes metadata tags from an Amazon DocumentDB resource.
removeTagsFromResource
in interface AmazonDocDB
request
- Represents the input to RemoveTagsFromResource.public ResetDBClusterParameterGroupResult resetDBClusterParameterGroup(ResetDBClusterParameterGroupRequest request)
AmazonDocDB
Modifies the parameters of a cluster parameter group to the default value. To reset specific parameters, submit a
list of the following: ParameterName
and ApplyMethod
. To reset the entire 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.
resetDBClusterParameterGroup
in interface AmazonDocDB
request
- Represents the input to ResetDBClusterParameterGroup.public DBCluster restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest request)
AmazonDocDB
Creates a new cluster from a snapshot or cluster snapshot.
If a snapshot is specified, the target cluster is created from the source DB snapshot with a default configuration and default security group.
If a cluster snapshot is specified, the target cluster is created from the source cluster restore point with the same configuration as the original source DB cluster, except that the new cluster is created with the default security group.
restoreDBClusterFromSnapshot
in interface AmazonDocDB
request
- Represents the input to RestoreDBClusterFromSnapshot.public DBCluster restoreDBClusterToPointInTime(RestoreDBClusterToPointInTimeRequest request)
AmazonDocDB
Restores a cluster to an arbitrary point in time. Users can restore to any point in time before
LatestRestorableTime
for up to BackupRetentionPeriod
days. The target cluster is
created from the source cluster with the same configuration as the original cluster, except that the new cluster
is created with the default security group.
restoreDBClusterToPointInTime
in interface AmazonDocDB
request
- Represents the input to RestoreDBClusterToPointInTime.public DBCluster startDBCluster(StartDBClusterRequest request)
AmazonDocDB
Restarts the stopped cluster that is specified by DBClusterIdentifier
. For more information, see Stopping and
Starting an Amazon DocumentDB Cluster.
startDBCluster
in interface AmazonDocDB
public DBCluster stopDBCluster(StopDBClusterRequest request)
AmazonDocDB
Stops the running cluster that is specified by DBClusterIdentifier
. The cluster must be in the
available state. For more information, see Stopping and
Starting an Amazon DocumentDB Cluster.
stopDBCluster
in interface AmazonDocDB
public void shutdown()
AmazonDocDB
shutdown
in interface AmazonDocDB
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonDocDB
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonDocDB
request
- The originally executed request.public AmazonDocDBWaiters waiters()
waiters
in interface AmazonDocDB