| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCopyJobsResult> |
AWSBackupAsync.listCopyJobsAsync(ListCopyJobsRequest listCopyJobsRequest,
AsyncHandler<ListCopyJobsRequest,ListCopyJobsResult> asyncHandler)
Returns metadata about your copy jobs.
|
Future<ListCopyJobsResult> |
AbstractAWSBackupAsync.listCopyJobsAsync(ListCopyJobsRequest request,
AsyncHandler<ListCopyJobsRequest,ListCopyJobsResult> asyncHandler) |
Future<ListCopyJobsResult> |
AWSBackupAsyncClient.listCopyJobsAsync(ListCopyJobsRequest request,
AsyncHandler<ListCopyJobsRequest,ListCopyJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobsRequest |
ListCopyJobsRequest.clone() |
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.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 © 2020. All rights reserved.