Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.KeyPolicyRotation
-
Packages that use KeyPolicyRotation Package Description com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of KeyPolicyRotation in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return KeyPolicyRotation Modifier and Type Method Description KeyPolicyRotation
KeyPolicyRotation.Builder. build()
Builds a KeyPolicyRotation.Methods in com.ibm.cloud.ibm_key_protect_api.v2.model with parameters of type KeyPolicyRotation Modifier and Type Method Description SetKeyPoliciesOneOfSetKeyPolicyRotation.Builder
SetKeyPoliciesOneOfSetKeyPolicyRotation.Builder. addResources(KeyPolicyRotation resources)
Adds a new element to resources.Method parameters in com.ibm.cloud.ibm_key_protect_api.v2.model with type arguments of type KeyPolicyRotation Modifier and Type Method Description SetKeyPoliciesOneOfSetKeyPolicyRotation.Builder
SetKeyPoliciesOneOfSetKeyPolicyRotation.Builder. resources(List<KeyPolicyRotation> resources)
Set the resources.Constructor parameters in com.ibm.cloud.ibm_key_protect_api.v2.model with type arguments of type KeyPolicyRotation Constructor Description Builder(CollectionMetadata metadata, List<KeyPolicyRotation> resources)
Instantiates a new builder with required properties.
-