@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSBackupAsync extends AWSBackup
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSBackupAsync
instead.
AWS Backup is a unified backup service designed to protect AWS services and their associated data. AWS Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateBackupPlanResult> |
createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
Future<CreateBackupPlanResult> |
createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest,
AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery
points of resources.
|
Future<CreateBackupSelectionResult> |
createBackupSelectionAsync(CreateBackupSelectionRequest createBackupSelectionRequest)
Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
Future<CreateBackupSelectionResult> |
createBackupSelectionAsync(CreateBackupSelectionRequest createBackupSelectionRequest,
AsyncHandler<CreateBackupSelectionRequest,CreateBackupSelectionResult> asyncHandler)
Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
Future<CreateBackupVaultResult> |
createBackupVaultAsync(CreateBackupVaultRequest createBackupVaultRequest)
Creates a logical container where backups are stored.
|
Future<CreateBackupVaultResult> |
createBackupVaultAsync(CreateBackupVaultRequest createBackupVaultRequest,
AsyncHandler<CreateBackupVaultRequest,CreateBackupVaultResult> asyncHandler)
Creates a logical container where backups are stored.
|
Future<DeleteBackupPlanResult> |
deleteBackupPlanAsync(DeleteBackupPlanRequest deleteBackupPlanRequest)
Deletes a backup plan.
|
Future<DeleteBackupPlanResult> |
deleteBackupPlanAsync(DeleteBackupPlanRequest deleteBackupPlanRequest,
AsyncHandler<DeleteBackupPlanRequest,DeleteBackupPlanResult> asyncHandler)
Deletes a backup plan.
|
Future<DeleteBackupSelectionResult> |
deleteBackupSelectionAsync(DeleteBackupSelectionRequest deleteBackupSelectionRequest)
Deletes the resource selection associated with a backup plan that is specified by the
SelectionId . |
Future<DeleteBackupSelectionResult> |
deleteBackupSelectionAsync(DeleteBackupSelectionRequest deleteBackupSelectionRequest,
AsyncHandler<DeleteBackupSelectionRequest,DeleteBackupSelectionResult> asyncHandler)
Deletes the resource selection associated with a backup plan that is specified by the
SelectionId . |
Future<DeleteBackupVaultAccessPolicyResult> |
deleteBackupVaultAccessPolicyAsync(DeleteBackupVaultAccessPolicyRequest deleteBackupVaultAccessPolicyRequest)
Deletes the policy document that manages permissions on a backup vault.
|
Future<DeleteBackupVaultAccessPolicyResult> |
deleteBackupVaultAccessPolicyAsync(DeleteBackupVaultAccessPolicyRequest deleteBackupVaultAccessPolicyRequest,
AsyncHandler<DeleteBackupVaultAccessPolicyRequest,DeleteBackupVaultAccessPolicyResult> asyncHandler)
Deletes the policy document that manages permissions on a backup vault.
|
Future<DeleteBackupVaultResult> |
deleteBackupVaultAsync(DeleteBackupVaultRequest deleteBackupVaultRequest)
Deletes the backup vault identified by its name.
|
Future<DeleteBackupVaultResult> |
deleteBackupVaultAsync(DeleteBackupVaultRequest deleteBackupVaultRequest,
AsyncHandler<DeleteBackupVaultRequest,DeleteBackupVaultResult> asyncHandler)
Deletes the backup vault identified by its name.
|
Future<DeleteBackupVaultNotificationsResult> |
deleteBackupVaultNotificationsAsync(DeleteBackupVaultNotificationsRequest deleteBackupVaultNotificationsRequest)
Deletes event notifications for the specified backup vault.
|
Future<DeleteBackupVaultNotificationsResult> |
deleteBackupVaultNotificationsAsync(DeleteBackupVaultNotificationsRequest deleteBackupVaultNotificationsRequest,
AsyncHandler<DeleteBackupVaultNotificationsRequest,DeleteBackupVaultNotificationsResult> asyncHandler)
Deletes event notifications for the specified backup vault.
|
Future<DeleteRecoveryPointResult> |
deleteRecoveryPointAsync(DeleteRecoveryPointRequest deleteRecoveryPointRequest)
Deletes the recovery point specified by a recovery point ID.
|
Future<DeleteRecoveryPointResult> |
deleteRecoveryPointAsync(DeleteRecoveryPointRequest deleteRecoveryPointRequest,
AsyncHandler<DeleteRecoveryPointRequest,DeleteRecoveryPointResult> asyncHandler)
Deletes the recovery point specified by a recovery point ID.
|
Future<DescribeBackupJobResult> |
describeBackupJobAsync(DescribeBackupJobRequest describeBackupJobRequest)
Returns metadata associated with creating a backup of a resource.
|
Future<DescribeBackupJobResult> |
describeBackupJobAsync(DescribeBackupJobRequest describeBackupJobRequest,
AsyncHandler<DescribeBackupJobRequest,DescribeBackupJobResult> asyncHandler)
Returns metadata associated with creating a backup of a resource.
|
Future<DescribeBackupVaultResult> |
describeBackupVaultAsync(DescribeBackupVaultRequest describeBackupVaultRequest)
Returns metadata about a backup vault specified by its name.
|
Future<DescribeBackupVaultResult> |
describeBackupVaultAsync(DescribeBackupVaultRequest describeBackupVaultRequest,
AsyncHandler<DescribeBackupVaultRequest,DescribeBackupVaultResult> asyncHandler)
Returns metadata about a backup vault specified by its name.
|
Future<DescribeProtectedResourceResult> |
describeProtectedResourceAsync(DescribeProtectedResourceRequest describeProtectedResourceRequest)
Returns information about a saved resource, including the last time it was backed-up, its Amazon Resource Name
(ARN), and the AWS service type of the saved resource.
|
Future<DescribeProtectedResourceResult> |
describeProtectedResourceAsync(DescribeProtectedResourceRequest describeProtectedResourceRequest,
AsyncHandler<DescribeProtectedResourceRequest,DescribeProtectedResourceResult> asyncHandler)
Returns information about a saved resource, including the last time it was backed-up, its Amazon Resource Name
(ARN), and the AWS service type of the saved resource.
|
Future<DescribeRecoveryPointResult> |
describeRecoveryPointAsync(DescribeRecoveryPointRequest describeRecoveryPointRequest)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
|
Future<DescribeRecoveryPointResult> |
describeRecoveryPointAsync(DescribeRecoveryPointRequest describeRecoveryPointRequest,
AsyncHandler<DescribeRecoveryPointRequest,DescribeRecoveryPointResult> asyncHandler)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
|
Future<DescribeRestoreJobResult> |
describeRestoreJobAsync(DescribeRestoreJobRequest describeRestoreJobRequest)
Returns metadata associated with a restore job that is specified by a job ID.
|
Future<DescribeRestoreJobResult> |
describeRestoreJobAsync(DescribeRestoreJobRequest describeRestoreJobRequest,
AsyncHandler<DescribeRestoreJobRequest,DescribeRestoreJobResult> asyncHandler)
Returns metadata associated with a restore job that is specified by a job ID.
|
Future<ExportBackupPlanTemplateResult> |
exportBackupPlanTemplateAsync(ExportBackupPlanTemplateRequest exportBackupPlanTemplateRequest)
Returns the backup plan that is specified by the plan ID as a backup template.
|
Future<ExportBackupPlanTemplateResult> |
exportBackupPlanTemplateAsync(ExportBackupPlanTemplateRequest exportBackupPlanTemplateRequest,
AsyncHandler<ExportBackupPlanTemplateRequest,ExportBackupPlanTemplateResult> asyncHandler)
Returns the backup plan that is specified by the plan ID as a backup template.
|
Future<GetBackupPlanResult> |
getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
Future<GetBackupPlanResult> |
getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest,
AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
|
Future<GetBackupPlanFromJSONResult> |
getBackupPlanFromJSONAsync(GetBackupPlanFromJSONRequest getBackupPlanFromJSONRequest)
Returns a valid JSON document specifying a backup plan or an error.
|
Future<GetBackupPlanFromJSONResult> |
getBackupPlanFromJSONAsync(GetBackupPlanFromJSONRequest getBackupPlanFromJSONRequest,
AsyncHandler<GetBackupPlanFromJSONRequest,GetBackupPlanFromJSONResult> asyncHandler)
Returns a valid JSON document specifying a backup plan or an error.
|
Future<GetBackupPlanFromTemplateResult> |
getBackupPlanFromTemplateAsync(GetBackupPlanFromTemplateRequest getBackupPlanFromTemplateRequest)
Returns the template specified by its
templateId as a backup plan. |
Future<GetBackupPlanFromTemplateResult> |
getBackupPlanFromTemplateAsync(GetBackupPlanFromTemplateRequest getBackupPlanFromTemplateRequest,
AsyncHandler<GetBackupPlanFromTemplateRequest,GetBackupPlanFromTemplateResult> asyncHandler)
Returns the template specified by its
templateId as a backup plan. |
Future<GetBackupSelectionResult> |
getBackupSelectionAsync(GetBackupSelectionRequest getBackupSelectionRequest)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
Future<GetBackupSelectionResult> |
getBackupSelectionAsync(GetBackupSelectionRequest getBackupSelectionRequest,
AsyncHandler<GetBackupSelectionRequest,GetBackupSelectionResult> asyncHandler)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
Future<GetBackupVaultAccessPolicyResult> |
getBackupVaultAccessPolicyAsync(GetBackupVaultAccessPolicyRequest getBackupVaultAccessPolicyRequest)
Returns the access policy document that is associated with the named backup vault.
|
Future<GetBackupVaultAccessPolicyResult> |
getBackupVaultAccessPolicyAsync(GetBackupVaultAccessPolicyRequest getBackupVaultAccessPolicyRequest,
AsyncHandler<GetBackupVaultAccessPolicyRequest,GetBackupVaultAccessPolicyResult> asyncHandler)
Returns the access policy document that is associated with the named backup vault.
|
Future<GetBackupVaultNotificationsResult> |
getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest)
Returns event notifications for the specified backup vault.
|
Future<GetBackupVaultNotificationsResult> |
getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest,
AsyncHandler<GetBackupVaultNotificationsRequest,GetBackupVaultNotificationsResult> asyncHandler)
Returns event notifications for the specified backup vault.
|
Future<GetRecoveryPointRestoreMetadataResult> |
getRecoveryPointRestoreMetadataAsync(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest)
Returns two sets of metadata key-value pairs.
|
Future<GetRecoveryPointRestoreMetadataResult> |
getRecoveryPointRestoreMetadataAsync(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest,
AsyncHandler<GetRecoveryPointRestoreMetadataRequest,GetRecoveryPointRestoreMetadataResult> asyncHandler)
Returns two sets of metadata key-value pairs.
|
Future<GetSupportedResourceTypesResult> |
getSupportedResourceTypesAsync(GetSupportedResourceTypesRequest getSupportedResourceTypesRequest)
Returns the AWS resource types supported by AWS Backup.
|
Future<GetSupportedResourceTypesResult> |
getSupportedResourceTypesAsync(GetSupportedResourceTypesRequest getSupportedResourceTypesRequest,
AsyncHandler<GetSupportedResourceTypesRequest,GetSupportedResourceTypesResult> asyncHandler)
Returns the AWS resource types supported by AWS Backup.
|
Future<ListBackupJobsResult> |
listBackupJobsAsync(ListBackupJobsRequest listBackupJobsRequest)
Returns metadata about your backup jobs.
|
Future<ListBackupJobsResult> |
listBackupJobsAsync(ListBackupJobsRequest listBackupJobsRequest,
AsyncHandler<ListBackupJobsRequest,ListBackupJobsResult> asyncHandler)
Returns metadata about your backup jobs.
|
Future<ListBackupPlansResult> |
listBackupPlansAsync(ListBackupPlansRequest listBackupPlansRequest)
Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and
deletion dates, version IDs, plan names, and creator request IDs.
|
Future<ListBackupPlansResult> |
listBackupPlansAsync(ListBackupPlansRequest listBackupPlansRequest,
AsyncHandler<ListBackupPlansRequest,ListBackupPlansResult> asyncHandler)
Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and
deletion dates, version IDs, plan names, and creator request IDs.
|
Future<ListBackupPlanTemplatesResult> |
listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
Future<ListBackupPlanTemplatesResult> |
listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest,
AsyncHandler<ListBackupPlanTemplatesRequest,ListBackupPlanTemplatesResult> asyncHandler)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
Future<ListBackupPlanVersionsResult> |
listBackupPlanVersionsAsync(ListBackupPlanVersionsRequest listBackupPlanVersionsRequest)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation
and deletion dates, plan names, and version IDs.
|
Future<ListBackupPlanVersionsResult> |
listBackupPlanVersionsAsync(ListBackupPlanVersionsRequest listBackupPlanVersionsRequest,
AsyncHandler<ListBackupPlanVersionsRequest,ListBackupPlanVersionsResult> asyncHandler)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation
and deletion dates, plan names, and version IDs.
|
Future<ListBackupSelectionsResult> |
listBackupSelectionsAsync(ListBackupSelectionsRequest listBackupSelectionsRequest)
Returns an array containing metadata of the resources associated with the target backup plan.
|
Future<ListBackupSelectionsResult> |
listBackupSelectionsAsync(ListBackupSelectionsRequest listBackupSelectionsRequest,
AsyncHandler<ListBackupSelectionsRequest,ListBackupSelectionsResult> asyncHandler)
Returns an array containing metadata of the resources associated with the target backup plan.
|
Future<ListBackupVaultsResult> |
listBackupVaultsAsync(ListBackupVaultsRequest listBackupVaultsRequest)
Returns a list of recovery point storage containers along with information about them.
|
Future<ListBackupVaultsResult> |
listBackupVaultsAsync(ListBackupVaultsRequest listBackupVaultsRequest,
AsyncHandler<ListBackupVaultsRequest,ListBackupVaultsResult> asyncHandler)
Returns a list of recovery point storage containers along with information about them.
|
Future<ListProtectedResourcesResult> |
listProtectedResourcesAsync(ListProtectedResourcesRequest listProtectedResourcesRequest)
Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an
Amazon Resource Name (ARN) of the resource, and a resource type.
|
Future<ListProtectedResourcesResult> |
listProtectedResourcesAsync(ListProtectedResourcesRequest listProtectedResourcesRequest,
AsyncHandler<ListProtectedResourcesRequest,ListProtectedResourcesResult> asyncHandler)
Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an
Amazon Resource Name (ARN) of the resource, and a resource type.
|
Future<ListRecoveryPointsByBackupVaultResult> |
listRecoveryPointsByBackupVaultAsync(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
Future<ListRecoveryPointsByBackupVaultResult> |
listRecoveryPointsByBackupVaultAsync(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest,
AsyncHandler<ListRecoveryPointsByBackupVaultRequest,ListRecoveryPointsByBackupVaultResult> asyncHandler)
Returns detailed information about the recovery points stored in a backup vault.
|
Future<ListRecoveryPointsByResourceResult> |
listRecoveryPointsByResourceAsync(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)
Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name
(ARN).
|
Future<ListRecoveryPointsByResourceResult> |
listRecoveryPointsByResourceAsync(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest,
AsyncHandler<ListRecoveryPointsByResourceRequest,ListRecoveryPointsByResourceResult> asyncHandler)
Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name
(ARN).
|
Future<ListRestoreJobsResult> |
listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the
recovery process.
|
Future<ListRestoreJobsResult> |
listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest,
AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the
recovery process.
|
Future<ListTagsResult> |
listTagsAsync(ListTagsRequest listTagsRequest)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
|
Future<ListTagsResult> |
listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
|
Future<PutBackupVaultAccessPolicyResult> |
putBackupVaultAccessPolicyAsync(PutBackupVaultAccessPolicyRequest putBackupVaultAccessPolicyRequest)
Sets a resource-based policy that is used to manage access permissions on the target backup vault.
|
Future<PutBackupVaultAccessPolicyResult> |
putBackupVaultAccessPolicyAsync(PutBackupVaultAccessPolicyRequest putBackupVaultAccessPolicyRequest,
AsyncHandler<PutBackupVaultAccessPolicyRequest,PutBackupVaultAccessPolicyResult> asyncHandler)
Sets a resource-based policy that is used to manage access permissions on the target backup vault.
|
Future<PutBackupVaultNotificationsResult> |
putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest putBackupVaultNotificationsRequest)
Turns on notifications on a backup vault for the specified topic and events.
|
Future<PutBackupVaultNotificationsResult> |
putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest putBackupVaultNotificationsRequest,
AsyncHandler<PutBackupVaultNotificationsRequest,PutBackupVaultNotificationsResult> asyncHandler)
Turns on notifications on a backup vault for the specified topic and events.
|
Future<StartBackupJobResult> |
startBackupJobAsync(StartBackupJobRequest startBackupJobRequest)
Starts a job to create a one-time backup of the specified resource.
|
Future<StartBackupJobResult> |
startBackupJobAsync(StartBackupJobRequest startBackupJobRequest,
AsyncHandler<StartBackupJobRequest,StartBackupJobResult> asyncHandler)
Starts a job to create a one-time backup of the specified resource.
|
Future<StartRestoreJobResult> |
startRestoreJobAsync(StartRestoreJobRequest startRestoreJobRequest)
Recovers the saved resource identified by an Amazon Resource Name (ARN).
|
Future<StartRestoreJobResult> |
startRestoreJobAsync(StartRestoreJobRequest startRestoreJobRequest,
AsyncHandler<StartRestoreJobRequest,StartRestoreJobResult> asyncHandler)
Recovers the saved resource identified by an Amazon Resource Name (ARN).
|
Future<StopBackupJobResult> |
stopBackupJobAsync(StopBackupJobRequest stopBackupJobRequest)
Attempts to cancel a job to create a one-time backup of a resource.
|
Future<StopBackupJobResult> |
stopBackupJobAsync(StopBackupJobRequest stopBackupJobRequest,
AsyncHandler<StopBackupJobRequest,StopBackupJobResult> asyncHandler)
Attempts to cancel a job to create a one-time backup of a resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon
Resource Name (ARN).
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon
Resource Name (ARN).
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon
Resource Name (ARN)
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon
Resource Name (ARN)
|
Future<UpdateBackupPlanResult> |
updateBackupPlanAsync(UpdateBackupPlanRequest updateBackupPlanRequest)
Replaces the body of a saved backup plan identified by its
backupPlanId with the input document in
JSON format. |
Future<UpdateBackupPlanResult> |
updateBackupPlanAsync(UpdateBackupPlanRequest updateBackupPlanRequest,
AsyncHandler<UpdateBackupPlanRequest,UpdateBackupPlanResult> asyncHandler)
Replaces the body of a saved backup plan identified by its
backupPlanId with the input document in
JSON format. |
Future<UpdateRecoveryPointLifecycleResult> |
updateRecoveryPointLifecycleAsync(UpdateRecoveryPointLifecycleRequest updateRecoveryPointLifecycleRequest)
Sets the transition lifecycle of a recovery point.
|
Future<UpdateRecoveryPointLifecycleResult> |
updateRecoveryPointLifecycleAsync(UpdateRecoveryPointLifecycleRequest updateRecoveryPointLifecycleRequest,
AsyncHandler<UpdateRecoveryPointLifecycleRequest,UpdateRecoveryPointLifecycleResult> asyncHandler)
Sets the transition lifecycle of a recovery point.
|
createBackupPlan, createBackupSelection, createBackupVault, deleteBackupPlan, deleteBackupSelection, deleteBackupVault, deleteBackupVaultAccessPolicy, deleteBackupVaultNotifications, deleteRecoveryPoint, describeBackupJob, describeBackupVault, describeProtectedResource, describeRecoveryPoint, describeRestoreJob, exportBackupPlanTemplate, getBackupPlan, getBackupPlanFromJSON, getBackupPlanFromTemplate, getBackupSelection, getBackupVaultAccessPolicy, getBackupVaultNotifications, getCachedResponseMetadata, getRecoveryPointRestoreMetadata, getSupportedResourceTypes, listBackupJobs, listBackupPlans, listBackupPlanTemplates, listBackupPlanVersions, listBackupSelections, listBackupVaults, listProtectedResources, listRecoveryPointsByBackupVault, listRecoveryPointsByResource, listRestoreJobs, listTags, putBackupVaultAccessPolicy, putBackupVaultNotifications, shutdown, startBackupJob, startRestoreJob, stopBackupJob, tagResource, untagResource, updateBackupPlan, updateRecoveryPointLifecycle
Future<CreateBackupPlanResult> createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery points of resources.
If you call CreateBackupPlan
with a plan that already exists, the existing backupPlanId
is returned.
createBackupPlanRequest
- Future<CreateBackupPlanResult> createBackupPlanAsync(CreateBackupPlanRequest createBackupPlanRequest, AsyncHandler<CreateBackupPlanRequest,CreateBackupPlanResult> asyncHandler)
Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery points of resources.
If you call CreateBackupPlan
with a plan that already exists, the existing backupPlanId
is returned.
createBackupPlanRequest
- 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.Future<CreateBackupSelectionResult> createBackupSelectionAsync(CreateBackupSelectionRequest createBackupSelectionRequest)
Creates a JSON document that specifies a set of resources to assign to a backup plan. Resources can be included
by specifying patterns for a ListOfTags
and selected Resources
.
For example, consider the following patterns:
Resources: "arn:aws:ec2:region:account-id:volume/volume-id"
ConditionKey:"department"
ConditionValue:"finance"
ConditionType:"StringEquals"
ConditionKey:"importance"
ConditionValue:"critical"
ConditionType:"StringEquals"
Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS) volumes that are tagged as
"department=finance"
, "importance=critical"
, in addition to an EBS volume with the
specified volume Id.
Resources and conditions are additive in that all resources that match the pattern are selected. This shouldn't be confused with a logical AND, where all conditions must match. The matching patterns are logically 'put together using the OR operator. In other words, all patterns that match are selected for backup.
createBackupSelectionRequest
- Future<CreateBackupSelectionResult> createBackupSelectionAsync(CreateBackupSelectionRequest createBackupSelectionRequest, AsyncHandler<CreateBackupSelectionRequest,CreateBackupSelectionResult> asyncHandler)
Creates a JSON document that specifies a set of resources to assign to a backup plan. Resources can be included
by specifying patterns for a ListOfTags
and selected Resources
.
For example, consider the following patterns:
Resources: "arn:aws:ec2:region:account-id:volume/volume-id"
ConditionKey:"department"
ConditionValue:"finance"
ConditionType:"StringEquals"
ConditionKey:"importance"
ConditionValue:"critical"
ConditionType:"StringEquals"
Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS) volumes that are tagged as
"department=finance"
, "importance=critical"
, in addition to an EBS volume with the
specified volume Id.
Resources and conditions are additive in that all resources that match the pattern are selected. This shouldn't be confused with a logical AND, where all conditions must match. The matching patterns are logically 'put together using the OR operator. In other words, all patterns that match are selected for backup.
createBackupSelectionRequest
- 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.Future<CreateBackupVaultResult> createBackupVaultAsync(CreateBackupVaultRequest createBackupVaultRequest)
Creates a logical container where backups are stored. A CreateBackupVault
request includes a name,
optionally one or more resource tags, an encryption key, and a request ID.
Sensitive data, such as passport numbers, should not be included the name of a backup vault.
createBackupVaultRequest
- Future<CreateBackupVaultResult> createBackupVaultAsync(CreateBackupVaultRequest createBackupVaultRequest, AsyncHandler<CreateBackupVaultRequest,CreateBackupVaultResult> asyncHandler)
Creates a logical container where backups are stored. A CreateBackupVault
request includes a name,
optionally one or more resource tags, an encryption key, and a request ID.
Sensitive data, such as passport numbers, should not be included the name of a backup vault.
createBackupVaultRequest
- 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.Future<DeleteBackupPlanResult> deleteBackupPlanAsync(DeleteBackupPlanRequest deleteBackupPlanRequest)
Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
deleteBackupPlanRequest
- Future<DeleteBackupPlanResult> deleteBackupPlanAsync(DeleteBackupPlanRequest deleteBackupPlanRequest, AsyncHandler<DeleteBackupPlanRequest,DeleteBackupPlanResult> asyncHandler)
Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
deleteBackupPlanRequest
- 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.Future<DeleteBackupSelectionResult> deleteBackupSelectionAsync(DeleteBackupSelectionRequest deleteBackupSelectionRequest)
Deletes the resource selection associated with a backup plan that is specified by the SelectionId
.
deleteBackupSelectionRequest
- Future<DeleteBackupSelectionResult> deleteBackupSelectionAsync(DeleteBackupSelectionRequest deleteBackupSelectionRequest, AsyncHandler<DeleteBackupSelectionRequest,DeleteBackupSelectionResult> asyncHandler)
Deletes the resource selection associated with a backup plan that is specified by the SelectionId
.
deleteBackupSelectionRequest
- 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.Future<DeleteBackupVaultResult> deleteBackupVaultAsync(DeleteBackupVaultRequest deleteBackupVaultRequest)
Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.
deleteBackupVaultRequest
- Future<DeleteBackupVaultResult> deleteBackupVaultAsync(DeleteBackupVaultRequest deleteBackupVaultRequest, AsyncHandler<DeleteBackupVaultRequest,DeleteBackupVaultResult> asyncHandler)
Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.
deleteBackupVaultRequest
- 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.Future<DeleteBackupVaultAccessPolicyResult> deleteBackupVaultAccessPolicyAsync(DeleteBackupVaultAccessPolicyRequest deleteBackupVaultAccessPolicyRequest)
Deletes the policy document that manages permissions on a backup vault.
deleteBackupVaultAccessPolicyRequest
- Future<DeleteBackupVaultAccessPolicyResult> deleteBackupVaultAccessPolicyAsync(DeleteBackupVaultAccessPolicyRequest deleteBackupVaultAccessPolicyRequest, AsyncHandler<DeleteBackupVaultAccessPolicyRequest,DeleteBackupVaultAccessPolicyResult> asyncHandler)
Deletes the policy document that manages permissions on a backup vault.
deleteBackupVaultAccessPolicyRequest
- 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.Future<DeleteBackupVaultNotificationsResult> deleteBackupVaultNotificationsAsync(DeleteBackupVaultNotificationsRequest deleteBackupVaultNotificationsRequest)
Deletes event notifications for the specified backup vault.
deleteBackupVaultNotificationsRequest
- Future<DeleteBackupVaultNotificationsResult> deleteBackupVaultNotificationsAsync(DeleteBackupVaultNotificationsRequest deleteBackupVaultNotificationsRequest, AsyncHandler<DeleteBackupVaultNotificationsRequest,DeleteBackupVaultNotificationsResult> asyncHandler)
Deletes event notifications for the specified backup vault.
deleteBackupVaultNotificationsRequest
- 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.Future<DeleteRecoveryPointResult> deleteRecoveryPointAsync(DeleteRecoveryPointRequest deleteRecoveryPointRequest)
Deletes the recovery point specified by a recovery point ID.
deleteRecoveryPointRequest
- Future<DeleteRecoveryPointResult> deleteRecoveryPointAsync(DeleteRecoveryPointRequest deleteRecoveryPointRequest, AsyncHandler<DeleteRecoveryPointRequest,DeleteRecoveryPointResult> asyncHandler)
Deletes the recovery point specified by a recovery point ID.
deleteRecoveryPointRequest
- 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.Future<DescribeBackupJobResult> describeBackupJobAsync(DescribeBackupJobRequest describeBackupJobRequest)
Returns metadata associated with creating a backup of a resource.
describeBackupJobRequest
- Future<DescribeBackupJobResult> describeBackupJobAsync(DescribeBackupJobRequest describeBackupJobRequest, AsyncHandler<DescribeBackupJobRequest,DescribeBackupJobResult> asyncHandler)
Returns metadata associated with creating a backup of a resource.
describeBackupJobRequest
- 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.Future<DescribeBackupVaultResult> describeBackupVaultAsync(DescribeBackupVaultRequest describeBackupVaultRequest)
Returns metadata about a backup vault specified by its name.
describeBackupVaultRequest
- Future<DescribeBackupVaultResult> describeBackupVaultAsync(DescribeBackupVaultRequest describeBackupVaultRequest, AsyncHandler<DescribeBackupVaultRequest,DescribeBackupVaultResult> asyncHandler)
Returns metadata about a backup vault specified by its name.
describeBackupVaultRequest
- 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.Future<DescribeProtectedResourceResult> describeProtectedResourceAsync(DescribeProtectedResourceRequest describeProtectedResourceRequest)
Returns information about a saved resource, including the last time it was backed-up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
describeProtectedResourceRequest
- Future<DescribeProtectedResourceResult> describeProtectedResourceAsync(DescribeProtectedResourceRequest describeProtectedResourceRequest, AsyncHandler<DescribeProtectedResourceRequest,DescribeProtectedResourceResult> asyncHandler)
Returns information about a saved resource, including the last time it was backed-up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
describeProtectedResourceRequest
- 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.Future<DescribeRecoveryPointResult> describeRecoveryPointAsync(DescribeRecoveryPointRequest describeRecoveryPointRequest)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
describeRecoveryPointRequest
- Future<DescribeRecoveryPointResult> describeRecoveryPointAsync(DescribeRecoveryPointRequest describeRecoveryPointRequest, AsyncHandler<DescribeRecoveryPointRequest,DescribeRecoveryPointResult> asyncHandler)
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
describeRecoveryPointRequest
- 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.Future<DescribeRestoreJobResult> describeRestoreJobAsync(DescribeRestoreJobRequest describeRestoreJobRequest)
Returns metadata associated with a restore job that is specified by a job ID.
describeRestoreJobRequest
- Future<DescribeRestoreJobResult> describeRestoreJobAsync(DescribeRestoreJobRequest describeRestoreJobRequest, AsyncHandler<DescribeRestoreJobRequest,DescribeRestoreJobResult> asyncHandler)
Returns metadata associated with a restore job that is specified by a job ID.
describeRestoreJobRequest
- 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.Future<ExportBackupPlanTemplateResult> exportBackupPlanTemplateAsync(ExportBackupPlanTemplateRequest exportBackupPlanTemplateRequest)
Returns the backup plan that is specified by the plan ID as a backup template.
exportBackupPlanTemplateRequest
- Future<ExportBackupPlanTemplateResult> exportBackupPlanTemplateAsync(ExportBackupPlanTemplateRequest exportBackupPlanTemplateRequest, AsyncHandler<ExportBackupPlanTemplateRequest,ExportBackupPlanTemplateResult> asyncHandler)
Returns the backup plan that is specified by the plan ID as a backup template.
exportBackupPlanTemplateRequest
- 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.Future<GetBackupPlanResult> getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
getBackupPlanRequest
- Future<GetBackupPlanResult> getBackupPlanAsync(GetBackupPlanRequest getBackupPlanRequest, AsyncHandler<GetBackupPlanRequest,GetBackupPlanResult> asyncHandler)
Returns the body of a backup plan in JSON format, in addition to plan metadata.
getBackupPlanRequest
- 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.Future<GetBackupPlanFromJSONResult> getBackupPlanFromJSONAsync(GetBackupPlanFromJSONRequest getBackupPlanFromJSONRequest)
Returns a valid JSON document specifying a backup plan or an error.
getBackupPlanFromJSONRequest
- Future<GetBackupPlanFromJSONResult> getBackupPlanFromJSONAsync(GetBackupPlanFromJSONRequest getBackupPlanFromJSONRequest, AsyncHandler<GetBackupPlanFromJSONRequest,GetBackupPlanFromJSONResult> asyncHandler)
Returns a valid JSON document specifying a backup plan or an error.
getBackupPlanFromJSONRequest
- 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.Future<GetBackupPlanFromTemplateResult> getBackupPlanFromTemplateAsync(GetBackupPlanFromTemplateRequest getBackupPlanFromTemplateRequest)
Returns the template specified by its templateId
as a backup plan.
getBackupPlanFromTemplateRequest
- Future<GetBackupPlanFromTemplateResult> getBackupPlanFromTemplateAsync(GetBackupPlanFromTemplateRequest getBackupPlanFromTemplateRequest, AsyncHandler<GetBackupPlanFromTemplateRequest,GetBackupPlanFromTemplateResult> asyncHandler)
Returns the template specified by its templateId
as a backup plan.
getBackupPlanFromTemplateRequest
- 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.Future<GetBackupSelectionResult> getBackupSelectionAsync(GetBackupSelectionRequest getBackupSelectionRequest)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
getBackupSelectionRequest
- Future<GetBackupSelectionResult> getBackupSelectionAsync(GetBackupSelectionRequest getBackupSelectionRequest, AsyncHandler<GetBackupSelectionRequest,GetBackupSelectionResult> asyncHandler)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
getBackupSelectionRequest
- 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.Future<GetBackupVaultAccessPolicyResult> getBackupVaultAccessPolicyAsync(GetBackupVaultAccessPolicyRequest getBackupVaultAccessPolicyRequest)
Returns the access policy document that is associated with the named backup vault.
getBackupVaultAccessPolicyRequest
- Future<GetBackupVaultAccessPolicyResult> getBackupVaultAccessPolicyAsync(GetBackupVaultAccessPolicyRequest getBackupVaultAccessPolicyRequest, AsyncHandler<GetBackupVaultAccessPolicyRequest,GetBackupVaultAccessPolicyResult> asyncHandler)
Returns the access policy document that is associated with the named backup vault.
getBackupVaultAccessPolicyRequest
- 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.Future<GetBackupVaultNotificationsResult> getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest)
Returns event notifications for the specified backup vault.
getBackupVaultNotificationsRequest
- Future<GetBackupVaultNotificationsResult> getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest, AsyncHandler<GetBackupVaultNotificationsRequest,GetBackupVaultNotificationsResult> asyncHandler)
Returns event notifications for the specified backup vault.
getBackupVaultNotificationsRequest
- 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.Future<GetRecoveryPointRestoreMetadataResult> getRecoveryPointRestoreMetadataAsync(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest)
Returns two sets of metadata key-value pairs. The first set lists the metadata that the recovery point was created with. The second set lists the metadata key-value pairs that are required to restore the recovery point.
These sets can be the same, or the restore metadata set can contain different values if the target service to be restored has changed since the recovery point was created and now requires additional or different information in order to be restored.
getRecoveryPointRestoreMetadataRequest
- Future<GetRecoveryPointRestoreMetadataResult> getRecoveryPointRestoreMetadataAsync(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest, AsyncHandler<GetRecoveryPointRestoreMetadataRequest,GetRecoveryPointRestoreMetadataResult> asyncHandler)
Returns two sets of metadata key-value pairs. The first set lists the metadata that the recovery point was created with. The second set lists the metadata key-value pairs that are required to restore the recovery point.
These sets can be the same, or the restore metadata set can contain different values if the target service to be restored has changed since the recovery point was created and now requires additional or different information in order to be restored.
getRecoveryPointRestoreMetadataRequest
- 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.Future<GetSupportedResourceTypesResult> getSupportedResourceTypesAsync(GetSupportedResourceTypesRequest getSupportedResourceTypesRequest)
Returns the AWS resource types supported by AWS Backup.
getSupportedResourceTypesRequest
- Future<GetSupportedResourceTypesResult> getSupportedResourceTypesAsync(GetSupportedResourceTypesRequest getSupportedResourceTypesRequest, AsyncHandler<GetSupportedResourceTypesRequest,GetSupportedResourceTypesResult> asyncHandler)
Returns the AWS resource types supported by AWS Backup.
getSupportedResourceTypesRequest
- 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.Future<ListBackupJobsResult> listBackupJobsAsync(ListBackupJobsRequest listBackupJobsRequest)
Returns metadata about your backup jobs.
listBackupJobsRequest
- Future<ListBackupJobsResult> listBackupJobsAsync(ListBackupJobsRequest listBackupJobsRequest, AsyncHandler<ListBackupJobsRequest,ListBackupJobsResult> asyncHandler)
Returns metadata about your backup jobs.
listBackupJobsRequest
- 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.Future<ListBackupPlanTemplatesResult> listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
listBackupPlanTemplatesRequest
- Future<ListBackupPlanTemplatesResult> listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest, AsyncHandler<ListBackupPlanTemplatesRequest,ListBackupPlanTemplatesResult> asyncHandler)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
listBackupPlanTemplatesRequest
- 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.Future<ListBackupPlanVersionsResult> listBackupPlanVersionsAsync(ListBackupPlanVersionsRequest listBackupPlanVersionsRequest)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
listBackupPlanVersionsRequest
- Future<ListBackupPlanVersionsResult> listBackupPlanVersionsAsync(ListBackupPlanVersionsRequest listBackupPlanVersionsRequest, AsyncHandler<ListBackupPlanVersionsRequest,ListBackupPlanVersionsResult> asyncHandler)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
listBackupPlanVersionsRequest
- 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.Future<ListBackupPlansResult> listBackupPlansAsync(ListBackupPlansRequest listBackupPlansRequest)
Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
listBackupPlansRequest
- Future<ListBackupPlansResult> listBackupPlansAsync(ListBackupPlansRequest listBackupPlansRequest, AsyncHandler<ListBackupPlansRequest,ListBackupPlansResult> asyncHandler)
Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
listBackupPlansRequest
- 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.Future<ListBackupSelectionsResult> listBackupSelectionsAsync(ListBackupSelectionsRequest listBackupSelectionsRequest)
Returns an array containing metadata of the resources associated with the target backup plan.
listBackupSelectionsRequest
- Future<ListBackupSelectionsResult> listBackupSelectionsAsync(ListBackupSelectionsRequest listBackupSelectionsRequest, AsyncHandler<ListBackupSelectionsRequest,ListBackupSelectionsResult> asyncHandler)
Returns an array containing metadata of the resources associated with the target backup plan.
listBackupSelectionsRequest
- 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.Future<ListBackupVaultsResult> listBackupVaultsAsync(ListBackupVaultsRequest listBackupVaultsRequest)
Returns a list of recovery point storage containers along with information about them.
listBackupVaultsRequest
- Future<ListBackupVaultsResult> listBackupVaultsAsync(ListBackupVaultsRequest listBackupVaultsRequest, AsyncHandler<ListBackupVaultsRequest,ListBackupVaultsResult> asyncHandler)
Returns a list of recovery point storage containers along with information about them.
listBackupVaultsRequest
- 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.Future<ListProtectedResourcesResult> listProtectedResourcesAsync(ListProtectedResourcesRequest listProtectedResourcesRequest)
Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
listProtectedResourcesRequest
- Future<ListProtectedResourcesResult> listProtectedResourcesAsync(ListProtectedResourcesRequest listProtectedResourcesRequest, AsyncHandler<ListProtectedResourcesRequest,ListProtectedResourcesResult> asyncHandler)
Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
listProtectedResourcesRequest
- 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.Future<ListRecoveryPointsByBackupVaultResult> listRecoveryPointsByBackupVaultAsync(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
listRecoveryPointsByBackupVaultRequest
- Future<ListRecoveryPointsByBackupVaultResult> listRecoveryPointsByBackupVaultAsync(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest, AsyncHandler<ListRecoveryPointsByBackupVaultRequest,ListRecoveryPointsByBackupVaultResult> asyncHandler)
Returns detailed information about the recovery points stored in a backup vault.
listRecoveryPointsByBackupVaultRequest
- 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.Future<ListRecoveryPointsByResourceResult> listRecoveryPointsByResourceAsync(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)
Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
listRecoveryPointsByResourceRequest
- Future<ListRecoveryPointsByResourceResult> listRecoveryPointsByResourceAsync(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest, AsyncHandler<ListRecoveryPointsByResourceRequest,ListRecoveryPointsByResourceResult> asyncHandler)
Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
listRecoveryPointsByResourceRequest
- 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.Future<ListRestoreJobsResult> listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
listRestoreJobsRequest
- Future<ListRestoreJobsResult> listRestoreJobsAsync(ListRestoreJobsRequest listRestoreJobsRequest, AsyncHandler<ListRestoreJobsRequest,ListRestoreJobsResult> asyncHandler)
Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
listRestoreJobsRequest
- 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.Future<ListTagsResult> listTagsAsync(ListTagsRequest listTagsRequest)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
listTagsRequest
- Future<ListTagsResult> listTagsAsync(ListTagsRequest listTagsRequest, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
listTagsRequest
- 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.Future<PutBackupVaultAccessPolicyResult> putBackupVaultAccessPolicyAsync(PutBackupVaultAccessPolicyRequest putBackupVaultAccessPolicyRequest)
Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.
putBackupVaultAccessPolicyRequest
- Future<PutBackupVaultAccessPolicyResult> putBackupVaultAccessPolicyAsync(PutBackupVaultAccessPolicyRequest putBackupVaultAccessPolicyRequest, AsyncHandler<PutBackupVaultAccessPolicyRequest,PutBackupVaultAccessPolicyResult> asyncHandler)
Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.
putBackupVaultAccessPolicyRequest
- 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.Future<PutBackupVaultNotificationsResult> putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest putBackupVaultNotificationsRequest)
Turns on notifications on a backup vault for the specified topic and events.
putBackupVaultNotificationsRequest
- Future<PutBackupVaultNotificationsResult> putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest putBackupVaultNotificationsRequest, AsyncHandler<PutBackupVaultNotificationsRequest,PutBackupVaultNotificationsResult> asyncHandler)
Turns on notifications on a backup vault for the specified topic and events.
putBackupVaultNotificationsRequest
- 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.Future<StartBackupJobResult> startBackupJobAsync(StartBackupJobRequest startBackupJobRequest)
Starts a job to create a one-time backup of the specified resource.
startBackupJobRequest
- Future<StartBackupJobResult> startBackupJobAsync(StartBackupJobRequest startBackupJobRequest, AsyncHandler<StartBackupJobRequest,StartBackupJobResult> asyncHandler)
Starts a job to create a one-time backup of the specified resource.
startBackupJobRequest
- 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.Future<StartRestoreJobResult> startRestoreJobAsync(StartRestoreJobRequest startRestoreJobRequest)
Recovers the saved resource identified by an Amazon Resource Name (ARN).
If the resource ARN is included in the request, then the last complete backup of that resource is recovered. If the ARN of a recovery point is supplied, then that recovery point is restored.
startRestoreJobRequest
- Future<StartRestoreJobResult> startRestoreJobAsync(StartRestoreJobRequest startRestoreJobRequest, AsyncHandler<StartRestoreJobRequest,StartRestoreJobResult> asyncHandler)
Recovers the saved resource identified by an Amazon Resource Name (ARN).
If the resource ARN is included in the request, then the last complete backup of that resource is recovered. If the ARN of a recovery point is supplied, then that recovery point is restored.
startRestoreJobRequest
- 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.Future<StopBackupJobResult> stopBackupJobAsync(StopBackupJobRequest stopBackupJobRequest)
Attempts to cancel a job to create a one-time backup of a resource.
stopBackupJobRequest
- Future<StopBackupJobResult> stopBackupJobAsync(StopBackupJobRequest stopBackupJobRequest, AsyncHandler<StopBackupJobRequest,StopBackupJobResult> asyncHandler)
Attempts to cancel a job to create a one-time backup of a resource.
stopBackupJobRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
untagResourceRequest
- 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.Future<UpdateBackupPlanResult> updateBackupPlanAsync(UpdateBackupPlanRequest updateBackupPlanRequest)
Replaces the body of a saved backup plan identified by its backupPlanId
with the input document in
JSON format. The new version is uniquely identified by a VersionId
.
updateBackupPlanRequest
- Future<UpdateBackupPlanResult> updateBackupPlanAsync(UpdateBackupPlanRequest updateBackupPlanRequest, AsyncHandler<UpdateBackupPlanRequest,UpdateBackupPlanResult> asyncHandler)
Replaces the body of a saved backup plan identified by its backupPlanId
with the input document in
JSON format. The new version is uniquely identified by a VersionId
.
updateBackupPlanRequest
- 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.Future<UpdateRecoveryPointLifecycleResult> updateRecoveryPointLifecycleAsync(UpdateRecoveryPointLifecycleRequest updateRecoveryPointLifecycleRequest)
Sets the transition lifecycle of a recovery point.
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
updateRecoveryPointLifecycleRequest
- Future<UpdateRecoveryPointLifecycleResult> updateRecoveryPointLifecycleAsync(UpdateRecoveryPointLifecycleRequest updateRecoveryPointLifecycleRequest, AsyncHandler<UpdateRecoveryPointLifecycleRequest,UpdateRecoveryPointLifecycleResult> asyncHandler)
Sets the transition lifecycle of a recovery point.
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
updateRecoveryPointLifecycleRequest
- 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.