| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationBackup |
DestinationBackup.clone() |
DestinationBackup |
CopyBackupToRegionResult.getDestinationBackup()
Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup,
SourceCluster, and Source Region.
|
DestinationBackup |
DestinationBackup.withCreateTimestamp(Date createTimestamp)
The date and time when both the source backup was created.
|
DestinationBackup |
DestinationBackup.withSourceBackup(String sourceBackup)
The identifier (ID) of the source backup from which the new backup was copied.
|
DestinationBackup |
DestinationBackup.withSourceCluster(String sourceCluster)
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
|
DestinationBackup |
DestinationBackup.withSourceRegion(String sourceRegion)
The AWS region that contains the source backup from which the new backup was copied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyBackupToRegionResult.setDestinationBackup(DestinationBackup destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup,
SourceCluster, and Source Region.
|
CopyBackupToRegionResult |
CopyBackupToRegionResult.withDestinationBackup(DestinationBackup destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup,
SourceCluster, and Source Region.
|
Copyright © 2020. All rights reserved.