Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.BackupRetentionPolicy
-
Packages that use BackupRetentionPolicy Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of BackupRetentionPolicy in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return BackupRetentionPolicy Modifier and Type Method Description BackupRetentionPolicyCluster. backupRetentionPolicy()A policy that defines how the service retains backups.BackupRetentionPolicyCreateClusterRequest. backupRetentionPolicy()A policy that defines how the service retains backups.BackupRetentionPolicyModifyClusterRequest. backupRetentionPolicy()A policy that defines how the service retains backups.Methods in software.amazon.awssdk.services.cloudhsmv2.model with parameters of type BackupRetentionPolicy Modifier and Type Method Description Cluster.BuilderCluster.Builder. backupRetentionPolicy(BackupRetentionPolicy backupRetentionPolicy)A policy that defines how the service retains backups.CreateClusterRequest.BuilderCreateClusterRequest.Builder. backupRetentionPolicy(BackupRetentionPolicy backupRetentionPolicy)A policy that defines how the service retains backups.ModifyClusterRequest.BuilderModifyClusterRequest.Builder. backupRetentionPolicy(BackupRetentionPolicy backupRetentionPolicy)A policy that defines how the service retains backups.
-