Uses of Class
software.amazon.awssdk.services.acmpca.model.CustomAttribute
-
Packages that use CustomAttribute Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of CustomAttribute in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type CustomAttribute Modifier and Type Method Description List<CustomAttribute>ASN1Subject. customAttributes()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CustomAttribute Modifier and Type Method Description ASN1Subject.BuilderASN1Subject.Builder. customAttributes(CustomAttribute... customAttributes)Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type CustomAttribute Modifier and Type Method Description ASN1Subject.BuilderASN1Subject.Builder. customAttributes(Collection<CustomAttribute> customAttributes)
-