@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSdrsClient extends AmazonWebServiceClient implements AWSdrs
AWS Elastic Disaster Recovery Service.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSdrsClientBuilder |
builder() |
CreateReplicationConfigurationTemplateResult |
createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest request)
Creates a new ReplicationConfigurationTemplate.
|
DeleteJobResult |
deleteJob(DeleteJobRequest request)
Deletes a single Job by ID.
|
DeleteRecoveryInstanceResult |
deleteRecoveryInstance(DeleteRecoveryInstanceRequest request)
Deletes a single Recovery Instance by ID.
|
DeleteReplicationConfigurationTemplateResult |
deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest request)
Deletes a single Replication Configuration Template by ID
|
DeleteSourceServerResult |
deleteSourceServer(DeleteSourceServerRequest request)
Deletes a single Source Server by ID.
|
DescribeJobLogItemsResult |
describeJobLogItems(DescribeJobLogItemsRequest request)
Retrieves a detailed Job log with pagination.
|
DescribeJobsResult |
describeJobs(DescribeJobsRequest request)
Returns a list of Jobs.
|
DescribeRecoveryInstancesResult |
describeRecoveryInstances(DescribeRecoveryInstancesRequest request)
Lists all Recovery Instances or multiple Recovery Instances by ID.
|
DescribeRecoverySnapshotsResult |
describeRecoverySnapshots(DescribeRecoverySnapshotsRequest request)
Lists all Recovery Snapshots for a single Source Server.
|
DescribeReplicationConfigurationTemplatesResult |
describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest request)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
|
DescribeSourceServersResult |
describeSourceServers(DescribeSourceServersRequest request)
Lists all Source Servers or multiple Source Servers filtered by ID.
|
DisconnectRecoveryInstanceResult |
disconnectRecoveryInstance(DisconnectRecoveryInstanceRequest request)
Disconnect a Recovery Instance from Elastic Disaster Recovery.
|
DisconnectSourceServerResult |
disconnectSourceServer(DisconnectSourceServerRequest request)
Disconnects a specific Source Server from Elastic Disaster Recovery.
|
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.
|
GetFailbackReplicationConfigurationResult |
getFailbackReplicationConfiguration(GetFailbackReplicationConfigurationRequest request)
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
|
GetLaunchConfigurationResult |
getLaunchConfiguration(GetLaunchConfigurationRequest request)
Gets a LaunchConfiguration, filtered by Source Server IDs.
|
GetReplicationConfigurationResult |
getReplicationConfiguration(GetReplicationConfigurationRequest request)
Gets a ReplicationConfiguration, filtered by Source Server ID.
|
InitializeServiceResult |
initializeService(InitializeServiceRequest request)
Initialize Elastic Disaster Recovery.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
List all tags for your Elastic Disaster Recovery resources.
|
RetryDataReplicationResult |
retryDataReplication(RetryDataReplicationRequest request)
Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source
Server ID, regardless of when the previous initiation started.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
StartFailbackLaunchResult |
startFailbackLaunch(StartFailbackLaunchRequest request)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
|
StartRecoveryResult |
startRecovery(StartRecoveryRequest request)
Launches Recovery Instances for the specified Source Servers.
|
StopFailbackResult |
stopFailback(StopFailbackRequest request)
Stops the failback process for a specified Recovery Instance.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.
|
TerminateRecoveryInstancesResult |
terminateRecoveryInstances(TerminateRecoveryInstancesRequest request)
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will
delete the Recovery Instances from the Elastic Disaster Recovery service.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
|
UpdateFailbackReplicationConfigurationResult |
updateFailbackReplicationConfiguration(UpdateFailbackReplicationConfigurationRequest request)
Allows you to update the failback replication configuration of a Recovery Instance by ID.
|
UpdateLaunchConfigurationResult |
updateLaunchConfiguration(UpdateLaunchConfigurationRequest request)
Updates a LaunchConfiguration by Source Server ID.
|
UpdateReplicationConfigurationResult |
updateReplicationConfiguration(UpdateReplicationConfigurationRequest request)
Allows you to update a ReplicationConfiguration by Source Server ID.
|
UpdateReplicationConfigurationTemplateResult |
updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest request)
Updates a ReplicationConfigurationTemplate by ID.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSdrsClientBuilder builder()
public CreateReplicationConfigurationTemplateResult createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest request)
Creates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplate
in interface AWSdrs
createReplicationConfigurationTemplateRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public DeleteJobResult deleteJob(DeleteJobRequest request)
Deletes a single Job by ID.
deleteJob
in interface AWSdrs
deleteJobRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public DeleteRecoveryInstanceResult deleteRecoveryInstance(DeleteRecoveryInstanceRequest request)
Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.
deleteRecoveryInstance
in interface AWSdrs
deleteRecoveryInstanceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.public DeleteReplicationConfigurationTemplateResult deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest request)
Deletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplate
in interface AWSdrs
deleteReplicationConfigurationTemplateRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public DeleteSourceServerResult deleteSourceServer(DeleteSourceServerRequest request)
Deletes a single Source Server by ID. The Source Server must be disconnected first.
deleteSourceServer
in interface AWSdrs
deleteSourceServerRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public DescribeJobLogItemsResult describeJobLogItems(DescribeJobLogItemsRequest request)
Retrieves a detailed Job log with pagination.
describeJobLogItems
in interface AWSdrs
describeJobLogItemsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public DescribeJobsResult describeJobs(DescribeJobsRequest request)
Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.
describeJobs
in interface AWSdrs
describeJobsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public DescribeRecoveryInstancesResult describeRecoveryInstances(DescribeRecoveryInstancesRequest request)
Lists all Recovery Instances or multiple Recovery Instances by ID.
describeRecoveryInstances
in interface AWSdrs
describeRecoveryInstancesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.public DescribeRecoverySnapshotsResult describeRecoverySnapshots(DescribeRecoverySnapshotsRequest request)
Lists all Recovery Snapshots for a single Source Server.
describeRecoverySnapshots
in interface AWSdrs
describeRecoverySnapshotsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public DescribeReplicationConfigurationTemplatesResult describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest request)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplates
in interface AWSdrs
describeReplicationConfigurationTemplatesRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public DescribeSourceServersResult describeSourceServers(DescribeSourceServersRequest request)
Lists all Source Servers or multiple Source Servers filtered by ID.
describeSourceServers
in interface AWSdrs
describeSourceServersRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public DisconnectRecoveryInstanceResult disconnectRecoveryInstance(DisconnectRecoveryInstanceRequest request)
Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectRecoveryInstance
in interface AWSdrs
disconnectRecoveryInstanceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.public DisconnectSourceServerResult disconnectSourceServer(DisconnectSourceServerRequest request)
Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectSourceServer
in interface AWSdrs
disconnectSourceServerRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public GetFailbackReplicationConfigurationResult getFailbackReplicationConfiguration(GetFailbackReplicationConfigurationRequest request)
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
getFailbackReplicationConfiguration
in interface AWSdrs
getFailbackReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public GetLaunchConfigurationResult getLaunchConfiguration(GetLaunchConfigurationRequest request)
Gets a LaunchConfiguration, filtered by Source Server IDs.
getLaunchConfiguration
in interface AWSdrs
getLaunchConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public GetReplicationConfigurationResult getReplicationConfiguration(GetReplicationConfigurationRequest request)
Gets a ReplicationConfiguration, filtered by Source Server ID.
getReplicationConfiguration
in interface AWSdrs
getReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public InitializeServiceResult initializeService(InitializeServiceRequest request)
Initialize Elastic Disaster Recovery.
initializeService
in interface AWSdrs
initializeServiceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
List all tags for your Elastic Disaster Recovery resources.
listTagsForResource
in interface AWSdrs
listTagsForResourceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.public RetryDataReplicationResult retryDataReplication(RetryDataReplicationRequest request)
Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplication
in interface AWSdrs
retryDataReplicationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public StartFailbackLaunchResult startFailbackLaunch(StartFailbackLaunchRequest request)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.
startFailbackLaunch
in interface AWSdrs
startFailbackLaunchRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public StartRecoveryResult startRecovery(StartRecoveryRequest request)
Launches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.
startRecovery
in interface AWSdrs
startRecoveryRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public StopFailbackResult stopFailback(StopFailbackRequest request)
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
stopFailback
in interface AWSdrs
stopFailbackRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public TagResourceResult tagResource(TagResourceRequest request)
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
tagResource
in interface AWSdrs
tagResourceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.public TerminateRecoveryInstancesResult terminateRecoveryInstances(TerminateRecoveryInstancesRequest request)
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will delete the Recovery Instances from the Elastic Disaster Recovery service.
terminateRecoveryInstances
in interface AWSdrs
terminateRecoveryInstancesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.public UntagResourceResult untagResource(UntagResourceRequest request)
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
untagResource
in interface AWSdrs
untagResourceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.public UpdateFailbackReplicationConfigurationResult updateFailbackReplicationConfiguration(UpdateFailbackReplicationConfigurationRequest request)
Allows you to update the failback replication configuration of a Recovery Instance by ID.
updateFailbackReplicationConfiguration
in interface AWSdrs
updateFailbackReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.public UpdateLaunchConfigurationResult updateLaunchConfiguration(UpdateLaunchConfigurationRequest request)
Updates a LaunchConfiguration by Source Server ID.
updateLaunchConfiguration
in interface AWSdrs
updateLaunchConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public UpdateReplicationConfigurationResult updateReplicationConfiguration(UpdateReplicationConfigurationRequest request)
Allows you to update a ReplicationConfiguration by Source Server ID.
updateReplicationConfiguration
in interface AWSdrs
updateReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public UpdateReplicationConfigurationTemplateResult updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest request)
Updates a ReplicationConfigurationTemplate by ID.
updateReplicationConfigurationTemplate
in interface AWSdrs
updateReplicationConfigurationTemplateRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- TYou do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.public 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 the request.
getCachedResponseMetadata
in interface AWSdrs
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSdrs
shutdown
in class AmazonWebServiceClient