| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProtectedResourcesResponse |
BackupClient.listProtectedResources()
Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an
Amazon Resource Name (ARN) of the resource, and a resource type.
|
default ListProtectedResourcesResponse |
BackupClient.listProtectedResources(Consumer<ListProtectedResourcesRequest.Builder> listProtectedResourcesRequest)
Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an
Amazon Resource Name (ARN) of the resource, and a resource type.
|
default ListProtectedResourcesResponse |
BackupClient.listProtectedResources(ListProtectedResourcesRequest listProtectedResourcesRequest)
Returns an array of resources successfully backed up by 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 |
|---|---|
default CompletableFuture<ListProtectedResourcesResponse> |
BackupAsyncClient.listProtectedResources()
Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an
Amazon Resource Name (ARN) of the resource, and a resource type.
|
default CompletableFuture<ListProtectedResourcesResponse> |
BackupAsyncClient.listProtectedResources(Consumer<ListProtectedResourcesRequest.Builder> listProtectedResourcesRequest)
Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an
Amazon Resource Name (ARN) of the resource, and a resource type.
|
default CompletableFuture<ListProtectedResourcesResponse> |
BackupAsyncClient.listProtectedResources(ListProtectedResourcesRequest listProtectedResourcesRequest)
Returns an array of resources successfully backed up by 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 |
|---|---|
Iterator<ListProtectedResourcesResponse> |
ListProtectedResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectedResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProtectedResourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.