Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.DestinationBackup
-
Packages that use DestinationBackup Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of DestinationBackup in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return DestinationBackup Modifier and Type Method Description DestinationBackupCopyBackupToRegionResponse. destinationBackup()Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup, SourceCluster, and Source Region.Methods in software.amazon.awssdk.services.cloudhsmv2.model with parameters of type DestinationBackup Modifier and Type Method Description CopyBackupToRegionResponse.BuilderCopyBackupToRegionResponse.Builder. destinationBackup(DestinationBackup destinationBackup)Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup, SourceCluster, and Source Region.
-