Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.KeyUsageProperty.Builder
-
Packages that use KeyUsageProperty.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of KeyUsageProperty.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return KeyUsageProperty.Builder Modifier and Type Method Description static KeyUsageProperty.BuilderKeyUsageProperty. builder()default KeyUsageProperty.BuilderKeyUsageProperty.Builder. propertyFlags(Consumer<KeyUsagePropertyFlags.Builder> propertyFlags)You can specify key usage for encryption, key agreement, and signature.KeyUsageProperty.BuilderKeyUsageProperty.Builder. propertyFlags(KeyUsagePropertyFlags propertyFlags)You can specify key usage for encryption, key agreement, and signature.KeyUsageProperty.BuilderKeyUsageProperty.Builder. propertyType(String propertyType)You can specify all key usages using property type ALL.KeyUsageProperty.BuilderKeyUsageProperty.Builder. propertyType(KeyUsagePropertyType propertyType)You can specify all key usages using property type ALL.KeyUsageProperty.BuilderKeyUsageProperty. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type KeyUsageProperty.Builder Modifier and Type Method Description static Class<? extends KeyUsageProperty.Builder>KeyUsageProperty. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type KeyUsageProperty.Builder Modifier and Type Method Description default PrivateKeyAttributesV3.BuilderPrivateKeyAttributesV3.Builder. keyUsageProperty(Consumer<KeyUsageProperty.Builder> keyUsageProperty)The key usage property defines the purpose of the private key contained in the certificate.default PrivateKeyAttributesV4.BuilderPrivateKeyAttributesV4.Builder. keyUsageProperty(Consumer<KeyUsageProperty.Builder> keyUsageProperty)The key usage property defines the purpose of the private key contained in the certificate.
-