| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedResource |
ProtectedResource.clone() |
ProtectedResource |
ProtectedResource.withLastBackupTime(Date lastBackupTime)
The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC).
|
ProtectedResource |
ProtectedResource.withResourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
ProtectedResource |
ProtectedResource.withResourceType(String resourceType)
The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an
Amazon Relational Database Service (Amazon RDS) database.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectedResource> |
ListProtectedResourcesResult.getResults()
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 |
|---|---|
ListProtectedResourcesResult |
ListProtectedResourcesResult.withResults(ProtectedResource... results)
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 |
|---|---|
void |
ListProtectedResourcesResult.setResults(Collection<ProtectedResource> results)
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.
|
ListProtectedResourcesResult |
ListProtectedResourcesResult.withResults(Collection<ProtectedResource> results)
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.
|
Copyright © 2023. All rights reserved.