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