| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesResult |
AbstractAWSBackup.listProtectedResources(ListProtectedResourcesRequest request) |
ListProtectedResourcesResult |
AWSBackup.listProtectedResources(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.
|
ListProtectedResourcesResult |
AWSBackupClient.listProtectedResources(ListProtectedResourcesRequest request)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProtectedResourcesResult> |
AWSBackupAsync.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<ListProtectedResourcesResult> |
AbstractAWSBackupAsync.listProtectedResourcesAsync(ListProtectedResourcesRequest request,
AsyncHandler<ListProtectedResourcesRequest,ListProtectedResourcesResult> asyncHandler) |
Future<ListProtectedResourcesResult> |
AWSBackupAsyncClient.listProtectedResourcesAsync(ListProtectedResourcesRequest request,
AsyncHandler<ListProtectedResourcesRequest,ListProtectedResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesResult |
ListProtectedResourcesResult.clone() |
ListProtectedResourcesResult |
ListProtectedResourcesResult.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListProtectedResourcesResult |
ListProtectedResourcesResult.withResults(Collection<ProtectedResource> results)
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.
|
ListProtectedResourcesResult |
ListProtectedResourcesResult.withResults(ProtectedResource... results)
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.
|
Copyright © 2019. All rights reserved.