Uses of Class
software.amazon.awssdk.services.acmpca.model.KeyUsage
-
Packages that use KeyUsage Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of KeyUsage in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return KeyUsage Modifier and Type Method Description KeyUsageCsrExtensions. keyUsage()Indicates the purpose of the certificate and of the key contained in the certificate.KeyUsageExtensions. keyUsage()Returns the value of the KeyUsage property for this object.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type KeyUsage Modifier and Type Method Description CsrExtensions.BuilderCsrExtensions.Builder. keyUsage(KeyUsage keyUsage)Indicates the purpose of the certificate and of the key contained in the certificate.Extensions.BuilderExtensions.Builder. keyUsage(KeyUsage keyUsage)Sets the value of the KeyUsage property for this object.
-