Uses of Class
com.ibm.cloud.platform_services.iam_identity.v1.model.TrustedProfileTemplateClaimRule
-
Packages that use TrustedProfileTemplateClaimRule Package Description com.ibm.cloud.platform_services.iam_identity.v1.model -
-
Uses of TrustedProfileTemplateClaimRule in com.ibm.cloud.platform_services.iam_identity.v1.model
Methods in com.ibm.cloud.platform_services.iam_identity.v1.model that return TrustedProfileTemplateClaimRule Modifier and Type Method Description TrustedProfileTemplateClaimRuleTrustedProfileTemplateClaimRule.Builder. build()Builds a TrustedProfileTemplateClaimRule.Methods in com.ibm.cloud.platform_services.iam_identity.v1.model that return types with arguments of type TrustedProfileTemplateClaimRule Modifier and Type Method Description java.util.List<TrustedProfileTemplateClaimRule>TemplateProfileComponentResponse. getRules()Gets the rules.java.util.List<TrustedProfileTemplateClaimRule>TemplateProfileComponentRequest. rules()Gets the rules.Methods in com.ibm.cloud.platform_services.iam_identity.v1.model with parameters of type TrustedProfileTemplateClaimRule Modifier and Type Method Description TemplateProfileComponentRequest.BuilderTemplateProfileComponentRequest.Builder. addRules(TrustedProfileTemplateClaimRule rules)Adds a new element to rules.Method parameters in com.ibm.cloud.platform_services.iam_identity.v1.model with type arguments of type TrustedProfileTemplateClaimRule Modifier and Type Method Description TemplateProfileComponentRequest.BuilderTemplateProfileComponentRequest.Builder. rules(java.util.List<TrustedProfileTemplateClaimRule> rules)Set the rules.
-