| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProtectedResource> |
ListProtectedResourcesResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesResponse.Builder |
ListProtectedResourcesResponse.Builder.results(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.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesResponse.Builder |
ListProtectedResourcesResponse.Builder.results(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.
|
Copyright © 2021. All rights reserved.