| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCopyJobsResult> |
AWSBackupAsyncClient.listCopyJobsAsync(ListCopyJobsRequest request,
AsyncHandler<ListCopyJobsRequest,ListCopyJobsResult> asyncHandler) |
Future<ListCopyJobsResult> |
AbstractAWSBackupAsync.listCopyJobsAsync(ListCopyJobsRequest request,
AsyncHandler<ListCopyJobsRequest,ListCopyJobsResult> asyncHandler) |
Future<ListCopyJobsResult> |
AWSBackupAsync.listCopyJobsAsync(ListCopyJobsRequest listCopyJobsRequest,
AsyncHandler<ListCopyJobsRequest,ListCopyJobsResult> asyncHandler)
Returns metadata about your copy jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobsRequest |
ListCopyJobsRequest.clone() |
ListCopyJobsRequest |
ListCopyJobsRequest.withByAccountId(String byAccountId)
The account ID to list the jobs from.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByCompleteAfter(Date byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByCompleteBefore(Date byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByCreatedAfter(Date byCreatedAfter)
Returns only copy jobs that were created after the specified date.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByCreatedBefore(Date byCreatedBefore)
Returns only copy jobs that were created before the specified date.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByDestinationVaultArn(String byDestinationVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
ListCopyJobsRequest |
ListCopyJobsRequest.withByMessageCategory(String byMessageCategory)
This is an optional parameter that can be used to filter out jobs with a MessageCategory which matches the value
you input.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByParentJobId(String byParentJobId)
This is a filter to list child (nested) jobs based on parent job ID.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByResourceArn(String byResourceArn)
Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByState(CopyJobState byState)
Returns only copy jobs that are in the specified state.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withByState(String byState)
Returns only copy jobs that are in the specified state.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListCopyJobsRequest |
ListCopyJobsRequest.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
Copyright © 2024. All rights reserved.