| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByResourceResult |
AWSBackupClient.listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest request)
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource
Name (ARN).
|
ListRecoveryPointsByResourceResult |
AbstractAWSBackup.listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest request) |
ListRecoveryPointsByResourceResult |
AWSBackup.listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource
Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByResourceResult |
ListRecoveryPointsByResourceResult.clone() |
ListRecoveryPointsByResourceResult |
ListRecoveryPointsByResourceResult.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByResourceResult |
ListRecoveryPointsByResourceResult.withRecoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
ListRecoveryPointsByResourceResult |
ListRecoveryPointsByResourceResult.withRecoveryPoints(RecoveryPointByResource... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
Copyright © 2023. All rights reserved.