Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.EnrollmentFlagsV3
-
Packages that use EnrollmentFlagsV3 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of EnrollmentFlagsV3 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return EnrollmentFlagsV3 Modifier and Type Method Description EnrollmentFlagsV3TemplateV3. enrollmentFlags()Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type EnrollmentFlagsV3 Modifier and Type Method Description TemplateV3.BuilderTemplateV3.Builder. enrollmentFlags(EnrollmentFlagsV3 enrollmentFlags)Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.
-