Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.EnrollmentFlagsV2
-
Packages that use EnrollmentFlagsV2 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of EnrollmentFlagsV2 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return EnrollmentFlagsV2 Modifier and Type Method Description EnrollmentFlagsV2TemplateV2. 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 EnrollmentFlagsV2 Modifier and Type Method Description TemplateV2.BuilderTemplateV2.Builder. enrollmentFlags(EnrollmentFlagsV2 enrollmentFlags)Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.
-