Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.GeneralFlagsV2.Builder
-
Packages that use GeneralFlagsV2.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of GeneralFlagsV2.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return GeneralFlagsV2.Builder Modifier and Type Method Description GeneralFlagsV2.BuilderGeneralFlagsV2.Builder. autoEnrollment(Boolean autoEnrollment)Allows certificate issuance using autoenrollment.static GeneralFlagsV2.BuilderGeneralFlagsV2. builder()GeneralFlagsV2.BuilderGeneralFlagsV2.Builder. machineType(Boolean machineType)Defines if the template is for machines or users.GeneralFlagsV2.BuilderGeneralFlagsV2. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type GeneralFlagsV2.Builder Modifier and Type Method Description static Class<? extends GeneralFlagsV2.Builder>GeneralFlagsV2. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type GeneralFlagsV2.Builder Modifier and Type Method Description default TemplateV2.BuilderTemplateV2.Builder. generalFlags(Consumer<GeneralFlagsV2.Builder> generalFlags)General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.
-