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