Uses of Class
software.amazon.awssdk.services.acm.model.KeyUsageName
-
Packages that use KeyUsageName Package Description software.amazon.awssdk.services.acm.model -
-
Uses of KeyUsageName in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return KeyUsageName Modifier and Type Method Description static KeyUsageNameKeyUsageName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyUsageNameKeyUsage. name()A string value that contains a Key Usage extension name.static KeyUsageNameKeyUsageName. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyUsageName[]KeyUsageName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type KeyUsageName Modifier and Type Method Description List<KeyUsageName>Filters. keyUsage()Specify one or more KeyUsage extension values.List<KeyUsageName>CertificateSummary. keyUsages()A list of Key Usage X.509 v3 extension objects.static Set<KeyUsageName>KeyUsageName. knownValues()Methods in software.amazon.awssdk.services.acm.model with parameters of type KeyUsageName Modifier and Type Method Description Filters.BuilderFilters.Builder. keyUsage(KeyUsageName... keyUsage)Specify one or more KeyUsage extension values.CertificateSummary.BuilderCertificateSummary.Builder. keyUsages(KeyUsageName... keyUsages)A list of Key Usage X.509 v3 extension objects.KeyUsage.BuilderKeyUsage.Builder. name(KeyUsageName name)A string value that contains a Key Usage extension name.Method parameters in software.amazon.awssdk.services.acm.model with type arguments of type KeyUsageName Modifier and Type Method Description Filters.BuilderFilters.Builder. keyUsage(Collection<KeyUsageName> keyUsage)Specify one or more KeyUsage extension values.CertificateSummary.BuilderCertificateSummary.Builder. keyUsages(Collection<KeyUsageName> keyUsages)A list of Key Usage X.509 v3 extension objects.
-