| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.clone() |
AwsBackupRecoveryPointDetails |
ResourceDetails.getAwsBackupRecoveryPoint()
Provides details about an Backup backup, or recovery point.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withCalculatedLifecycle(AwsBackupRecoveryPointCalculatedLifecycleDetails calculatedLifecycle)
A
CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
timestamps. |
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withCompletionDate(String completionDate)
The date and time that a job to create a recovery point is completed, in Unix format and UTC.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withCreatedBy(AwsBackupRecoveryPointCreatedByDetails createdBy)
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
that is used to create it. |
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withCreationDate(String creationDate)
The date and time a recovery point is created, in Unix format and UTC.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withEncryptionKeyArn(String encryptionKeyArn)
The ARN for the server-side encryption key that is used to protect your backups.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withIsEncrypted(Boolean isEncrypted)
A Boolean value that is returned as
TRUE if the specified recovery point is encrypted, or
FALSE if the recovery point is not encrypted. |
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withLastRestoreTime(String lastRestoreTime)
The date and time that a recovery point was last restored, in Unix format and UTC.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withLifecycle(AwsBackupRecoveryPointLifecycleDetails lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withResourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withResourceType(String resourceType)
The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS
database.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withSourceBackupVaultArn(String sourceBackupVaultArn)
The ARN for the backup vault where the recovery point was originally copied from.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withStatus(String status)
A status code specifying the state of the recovery point.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withStatusMessage(String statusMessage)
A message explaining the reason of the recovery point deletion failure.
|
AwsBackupRecoveryPointDetails |
AwsBackupRecoveryPointDetails.withStorageClass(String storageClass)
Specifies the storage class of the recovery point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsBackupRecoveryPoint(AwsBackupRecoveryPointDetails awsBackupRecoveryPoint)
Provides details about an Backup backup, or recovery point.
|
ResourceDetails |
ResourceDetails.withAwsBackupRecoveryPoint(AwsBackupRecoveryPointDetails awsBackupRecoveryPoint)
Provides details about an Backup backup, or recovery point.
|
Copyright © 2024. All rights reserved.