Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.KeyUsageProperty
-
Packages that use KeyUsageProperty Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of KeyUsageProperty in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return KeyUsageProperty Modifier and Type Method Description static KeyUsagePropertyKeyUsageProperty. fromPropertyFlags(Consumer<KeyUsagePropertyFlags.Builder> propertyFlags)Create an instance of this class withpropertyFlags()initialized to the given value.static KeyUsagePropertyKeyUsageProperty. fromPropertyFlags(KeyUsagePropertyFlags propertyFlags)Create an instance of this class withpropertyFlags()initialized to the given value.static KeyUsagePropertyKeyUsageProperty. fromPropertyType(String propertyType)Create an instance of this class withpropertyTypeAsString()initialized to the given value.static KeyUsagePropertyKeyUsageProperty. fromPropertyType(KeyUsagePropertyType propertyType)Create an instance of this class withpropertyTypeAsString()initialized to the given value.KeyUsagePropertyPrivateKeyAttributesV3. keyUsageProperty()The key usage property defines the purpose of the private key contained in the certificate.KeyUsagePropertyPrivateKeyAttributesV4. keyUsageProperty()The key usage property defines the purpose of the private key contained in the certificate.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type KeyUsageProperty Modifier and Type Method Description PrivateKeyAttributesV3.BuilderPrivateKeyAttributesV3.Builder. keyUsageProperty(KeyUsageProperty keyUsageProperty)The key usage property defines the purpose of the private key contained in the certificate.PrivateKeyAttributesV4.BuilderPrivateKeyAttributesV4.Builder. keyUsageProperty(KeyUsageProperty keyUsageProperty)The key usage property defines the purpose of the private key contained in the certificate.
-