@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonLookoutMetrics
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonLookoutMetrics
instead.
This is the Amazon Lookout for Metrics API Reference. For an introduction to the service with tutorials for getting started, visit Amazon Lookout for Metrics Developer Guide.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
ActivateAnomalyDetectorResult |
activateAnomalyDetector(ActivateAnomalyDetectorRequest activateAnomalyDetectorRequest)
Activates an anomaly detector.
|
BackTestAnomalyDetectorResult |
backTestAnomalyDetector(BackTestAnomalyDetectorRequest backTestAnomalyDetectorRequest)
Runs a backtest for anomaly detection for the specified resource.
|
CreateAlertResult |
createAlert(CreateAlertRequest createAlertRequest)
Creates an alert for an anomaly detector.
|
CreateAnomalyDetectorResult |
createAnomalyDetector(CreateAnomalyDetectorRequest createAnomalyDetectorRequest)
Creates an anomaly detector.
|
CreateMetricSetResult |
createMetricSet(CreateMetricSetRequest createMetricSetRequest)
Creates a dataset.
|
DeactivateAnomalyDetectorResult |
deactivateAnomalyDetector(DeactivateAnomalyDetectorRequest deactivateAnomalyDetectorRequest)
Deactivates an anomaly detector.
|
DeleteAlertResult |
deleteAlert(DeleteAlertRequest deleteAlertRequest)
Deletes an alert.
|
DeleteAnomalyDetectorResult |
deleteAnomalyDetector(DeleteAnomalyDetectorRequest deleteAnomalyDetectorRequest)
Deletes a detector.
|
DescribeAlertResult |
describeAlert(DescribeAlertRequest describeAlertRequest)
Describes an alert.
|
DescribeAnomalyDetectionExecutionsResult |
describeAnomalyDetectionExecutions(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)
Returns information about the status of the specified anomaly detection jobs.
|
DescribeAnomalyDetectorResult |
describeAnomalyDetector(DescribeAnomalyDetectorRequest describeAnomalyDetectorRequest)
Describes a detector.
|
DescribeMetricSetResult |
describeMetricSet(DescribeMetricSetRequest describeMetricSetRequest)
Describes a dataset.
|
DetectMetricSetConfigResult |
detectMetricSetConfig(DetectMetricSetConfigRequest detectMetricSetConfigRequest)
Detects an Amazon S3 dataset's file format, interval, and offset.
|
GetAnomalyGroupResult |
getAnomalyGroup(GetAnomalyGroupRequest getAnomalyGroupRequest)
Returns details about a group of anomalous metrics.
|
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.
|
GetDataQualityMetricsResult |
getDataQualityMetrics(GetDataQualityMetricsRequest getDataQualityMetricsRequest)
Returns details about the requested data quality metrics.
|
GetFeedbackResult |
getFeedback(GetFeedbackRequest getFeedbackRequest)
Get feedback for an anomaly group.
|
GetSampleDataResult |
getSampleData(GetSampleDataRequest getSampleDataRequest)
Returns a selection of sample records from an Amazon S3 datasource.
|
ListAlertsResult |
listAlerts(ListAlertsRequest listAlertsRequest)
Lists the alerts attached to a detector.
|
ListAnomalyDetectorsResult |
listAnomalyDetectors(ListAnomalyDetectorsRequest listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
|
ListAnomalyGroupRelatedMetricsResult |
listAnomalyGroupRelatedMetrics(ListAnomalyGroupRelatedMetricsRequest listAnomalyGroupRelatedMetricsRequest)
Returns a list of measures that are potential causes or effects of an anomaly group.
|
ListAnomalyGroupSummariesResult |
listAnomalyGroupSummaries(ListAnomalyGroupSummariesRequest listAnomalyGroupSummariesRequest)
Returns a list of anomaly groups.
|
ListAnomalyGroupTimeSeriesResult |
listAnomalyGroupTimeSeries(ListAnomalyGroupTimeSeriesRequest listAnomalyGroupTimeSeriesRequest)
Gets a list of anomalous metrics for a measure in an anomaly group.
|
ListMetricSetsResult |
listMetricSets(ListMetricSetsRequest listMetricSetsRequest)
Lists the datasets in the current AWS Region.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets a list of tags for a
detector, dataset, or alert.
|
PutFeedbackResult |
putFeedback(PutFeedbackRequest putFeedbackRequest)
Add feedback for an anomalous metric.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a detector,
dataset, or alert.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a
detector, dataset, or alert.
|
UpdateAlertResult |
updateAlert(UpdateAlertRequest updateAlertRequest)
Make changes to an existing alert.
|
UpdateAnomalyDetectorResult |
updateAnomalyDetector(UpdateAnomalyDetectorRequest updateAnomalyDetectorRequest)
Updates a detector.
|
UpdateMetricSetResult |
updateMetricSet(UpdateMetricSetRequest updateMetricSetRequest)
Updates a dataset.
|
static final String ENDPOINT_PREFIX
ActivateAnomalyDetectorResult activateAnomalyDetector(ActivateAnomalyDetectorRequest activateAnomalyDetectorRequest)
Activates an anomaly detector.
activateAnomalyDetectorRequest
- ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ConflictException
- There was a conflict processing the request. Try your request again.BackTestAnomalyDetectorResult backTestAnomalyDetector(BackTestAnomalyDetectorRequest backTestAnomalyDetectorRequest)
Runs a backtest for anomaly detection for the specified resource.
backTestAnomalyDetectorRequest
- ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.CreateAlertResult createAlert(CreateAlertRequest createAlertRequest)
Creates an alert for an anomaly detector.
createAlertRequest
- ConflictException
- There was a conflict processing the request. Try your request again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ServiceQuotaExceededException
- The request exceeded the service's quotas. Check the service quotas and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.CreateAnomalyDetectorResult createAnomalyDetector(CreateAnomalyDetectorRequest createAnomalyDetectorRequest)
Creates an anomaly detector.
createAnomalyDetectorRequest
- ConflictException
- There was a conflict processing the request. Try your request again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ServiceQuotaExceededException
- The request exceeded the service's quotas. Check the service quotas and try again.ConflictException
- There was a conflict processing the request. Try your request again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.CreateMetricSetResult createMetricSet(CreateMetricSetRequest createMetricSetRequest)
Creates a dataset.
createMetricSetRequest
- ConflictException
- There was a conflict processing the request. Try your request again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ServiceQuotaExceededException
- The request exceeded the service's quotas. Check the service quotas and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.DeactivateAnomalyDetectorResult deactivateAnomalyDetector(DeactivateAnomalyDetectorRequest deactivateAnomalyDetectorRequest)
Deactivates an anomaly detector.
deactivateAnomalyDetectorRequest
- ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ConflictException
- There was a conflict processing the request. Try your request again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.DeleteAlertResult deleteAlert(DeleteAlertRequest deleteAlertRequest)
Deletes an alert.
deleteAlertRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.DeleteAnomalyDetectorResult deleteAnomalyDetector(DeleteAnomalyDetectorRequest deleteAnomalyDetectorRequest)
Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
deleteAnomalyDetectorRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ConflictException
- There was a conflict processing the request. Try your request again.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.DescribeAlertResult describeAlert(DescribeAlertRequest describeAlertRequest)
Describes an alert.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
describeAlertRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.DescribeAnomalyDetectionExecutionsResult describeAnomalyDetectionExecutions(DescribeAnomalyDetectionExecutionsRequest describeAnomalyDetectionExecutionsRequest)
Returns information about the status of the specified anomaly detection jobs.
describeAnomalyDetectionExecutionsRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.DescribeAnomalyDetectorResult describeAnomalyDetector(DescribeAnomalyDetectorRequest describeAnomalyDetectorRequest)
Describes a detector.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
describeAnomalyDetectorRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.DescribeMetricSetResult describeMetricSet(DescribeMetricSetRequest describeMetricSetRequest)
Describes a dataset.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
describeMetricSetRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.DetectMetricSetConfigResult detectMetricSetConfig(DetectMetricSetConfigRequest detectMetricSetConfigRequest)
Detects an Amazon S3 dataset's file format, interval, and offset.
detectMetricSetConfigRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.GetAnomalyGroupResult getAnomalyGroup(GetAnomalyGroupRequest getAnomalyGroupRequest)
Returns details about a group of anomalous metrics.
getAnomalyGroupRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.GetDataQualityMetricsResult getDataQualityMetrics(GetDataQualityMetricsRequest getDataQualityMetricsRequest)
Returns details about the requested data quality metrics.
getDataQualityMetricsRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.GetFeedbackResult getFeedback(GetFeedbackRequest getFeedbackRequest)
Get feedback for an anomaly group.
getFeedbackRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.GetSampleDataResult getSampleData(GetSampleDataRequest getSampleDataRequest)
Returns a selection of sample records from an Amazon S3 datasource.
getSampleDataRequest
- ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ListAlertsResult listAlerts(ListAlertsRequest listAlertsRequest)
Lists the alerts attached to a detector.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
listAlertsRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ListAnomalyDetectorsResult listAnomalyDetectors(ListAnomalyDetectorsRequest listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
listAnomalyDetectorsRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ListAnomalyGroupRelatedMetricsResult listAnomalyGroupRelatedMetrics(ListAnomalyGroupRelatedMetricsRequest listAnomalyGroupRelatedMetricsRequest)
Returns a list of measures that are potential causes or effects of an anomaly group.
listAnomalyGroupRelatedMetricsRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.ListAnomalyGroupSummariesResult listAnomalyGroupSummaries(ListAnomalyGroupSummariesRequest listAnomalyGroupSummariesRequest)
Returns a list of anomaly groups.
listAnomalyGroupSummariesRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.ListAnomalyGroupTimeSeriesResult listAnomalyGroupTimeSeries(ListAnomalyGroupTimeSeriesRequest listAnomalyGroupTimeSeriesRequest)
Gets a list of anomalous metrics for a measure in an anomaly group.
listAnomalyGroupTimeSeriesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.ListMetricSetsResult listMetricSets(ListMetricSetsRequest listMetricSetsRequest)
Lists the datasets in the current AWS Region.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
listMetricSetsRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets a list of tags for a detector, dataset, or alert.
listTagsForResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.PutFeedbackResult putFeedback(PutFeedbackRequest putFeedbackRequest)
Add feedback for an anomalous metric.
putFeedbackRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a detector, dataset, or alert.
tagResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a detector, dataset, or alert.
untagResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.UpdateAlertResult updateAlert(UpdateAlertRequest updateAlertRequest)
Make changes to an existing alert.
updateAlertRequest
- ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.UpdateAnomalyDetectorResult updateAnomalyDetector(UpdateAnomalyDetectorRequest updateAnomalyDetectorRequest)
Updates a detector. After activation, you can only change a detector's ingestion delay and description.
updateAnomalyDetectorRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.UpdateMetricSetResult updateMetricSet(UpdateMetricSetRequest updateMetricSetRequest)
Updates a dataset.
updateMetricSetRequest
- ResourceNotFoundException
- The specified resource cannot be found. Check the ARN of the resource and try again.ValidationException
- The input fails to satisfy the constraints specified by the AWS service. Check your input values and try
again.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure.AccessDeniedException
- You do not have sufficient permissions to perform this action.TooManyRequestsException
- The request was denied due to too many requests being submitted at the same time.ServiceQuotaExceededException
- The request exceeded the service's quotas. Check the service quotas and try again.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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.
request
- The originally executed request.