Uses of Class
com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.RotationPolicy
-
Packages that use RotationPolicy Package Description com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model -
-
Uses of RotationPolicy in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model
Subclasses of RotationPolicy in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model Modifier and Type Class Description classCommonRotationPolicyThis field indicates whether Secrets Manager rotates your secrets automatically.classPublicCertificateRotationPolicyThis field indicates whether Secrets Manager rotates your secrets automatically.Methods in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model that return RotationPolicy Modifier and Type Method Description RotationPolicySecret. getRotation()Gets the rotation.RotationPolicySecretMetadata. getRotation()Gets the rotation.RotationPolicySecretMetadataPatch. rotation()Gets the rotation.RotationPolicySecretPrototype. rotation()Gets the rotation.Methods in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model with parameters of type RotationPolicy Modifier and Type Method Description CustomCredentialsSecretMetadataPatch.BuilderCustomCredentialsSecretMetadataPatch.Builder. rotation(RotationPolicy rotation)Set the rotation.CustomCredentialsSecretPrototype.BuilderCustomCredentialsSecretPrototype.Builder. rotation(RotationPolicy rotation)Set the rotation.IAMCredentialsSecretMetadataPatch.BuilderIAMCredentialsSecretMetadataPatch.Builder. rotation(RotationPolicy rotation)Set the rotation.IAMCredentialsSecretPrototype.BuilderIAMCredentialsSecretPrototype.Builder. rotation(RotationPolicy rotation)Set the rotation.PrivateCertificateMetadataPatch.BuilderPrivateCertificateMetadataPatch.Builder. rotation(RotationPolicy rotation)Set the rotation.PrivateCertificatePrototype.BuilderPrivateCertificatePrototype.Builder. rotation(RotationPolicy rotation)Set the rotation.PublicCertificateMetadataPatch.BuilderPublicCertificateMetadataPatch.Builder. rotation(RotationPolicy rotation)Set the rotation.PublicCertificatePrototype.BuilderPublicCertificatePrototype.Builder. rotation(RotationPolicy rotation)Set the rotation.ServiceCredentialsSecretMetadataPatch.BuilderServiceCredentialsSecretMetadataPatch.Builder. rotation(RotationPolicy rotation)Set the rotation.ServiceCredentialsSecretPrototype.BuilderServiceCredentialsSecretPrototype.Builder. rotation(RotationPolicy rotation)Set the rotation.UsernamePasswordSecretMetadataPatch.BuilderUsernamePasswordSecretMetadataPatch.Builder. rotation(RotationPolicy rotation)Set the rotation.UsernamePasswordSecretPrototype.BuilderUsernamePasswordSecretPrototype.Builder. rotation(RotationPolicy rotation)Set the rotation.Constructors in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model with parameters of type RotationPolicy Constructor Description Builder(RotationPolicy commonRotationPolicy)Instantiates a new Builder from an existing CommonRotationPolicy instance.Builder(RotationPolicy publicCertificateRotationPolicy)Instantiates a new Builder from an existing PublicCertificateRotationPolicy instance.
-