Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.GetTemplateGroupAccessControlEntryResponse.Builder
-
Packages that use GetTemplateGroupAccessControlEntryResponse.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of GetTemplateGroupAccessControlEntryResponse.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return GetTemplateGroupAccessControlEntryResponse.Builder Modifier and Type Method Description default GetTemplateGroupAccessControlEntryResponse.BuilderGetTemplateGroupAccessControlEntryResponse.Builder. accessControlEntry(Consumer<AccessControlEntry.Builder> accessControlEntry)An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.GetTemplateGroupAccessControlEntryResponse.BuilderGetTemplateGroupAccessControlEntryResponse.Builder. accessControlEntry(AccessControlEntry accessControlEntry)An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.static GetTemplateGroupAccessControlEntryResponse.BuilderGetTemplateGroupAccessControlEntryResponse. builder()GetTemplateGroupAccessControlEntryResponse.BuilderGetTemplateGroupAccessControlEntryResponse. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type GetTemplateGroupAccessControlEntryResponse.Builder Modifier and Type Method Description static Class<? extends GetTemplateGroupAccessControlEntryResponse.Builder>GetTemplateGroupAccessControlEntryResponse. serializableBuilderClass()
-