Uses of Class
software.amazon.awssdk.services.acmpca.model.GeneralName
-
Packages that use GeneralName Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of GeneralName in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return GeneralName Modifier and Type Method Description GeneralNameAccessDescription. accessLocation()The location ofAccessDescriptioninformation.Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type GeneralName Modifier and Type Method Description List<GeneralName>Extensions. subjectAlternativeNames()The subject alternative name extension allows identities to be bound to the subject of the certificate.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type GeneralName Modifier and Type Method Description AccessDescription.BuilderAccessDescription.Builder. accessLocation(GeneralName accessLocation)The location ofAccessDescriptioninformation.Extensions.BuilderExtensions.Builder. subjectAlternativeNames(GeneralName... subjectAlternativeNames)The subject alternative name extension allows identities to be bound to the subject of the certificate.Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type GeneralName Modifier and Type Method Description Extensions.BuilderExtensions.Builder. subjectAlternativeNames(Collection<GeneralName> subjectAlternativeNames)The subject alternative name extension allows identities to be bound to the subject of the certificate.
-