Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyFlagsV2
-
Packages that use PrivateKeyFlagsV2 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyFlagsV2 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyFlagsV2 Modifier and Type Method Description PrivateKeyFlagsV2TemplateV2. privateKeyFlags()Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type PrivateKeyFlagsV2 Modifier and Type Method Description TemplateV2.BuilderTemplateV2.Builder. privateKeyFlags(PrivateKeyFlagsV2 privateKeyFlags)Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.
-