Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.AccessRight
-
Packages that use AccessRight Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of AccessRight in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return AccessRight Modifier and Type Method Description AccessRightAccessRights. autoEnroll()Allow or deny an Active Directory group from autoenrolling certificates issued against a template.AccessRightAccessRights. enroll()Allow or deny an Active Directory group from enrolling certificates issued against a template.static AccessRightAccessRight. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccessRightAccessRight. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessRight[]AccessRight. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type AccessRight Modifier and Type Method Description static Set<AccessRight>AccessRight. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type AccessRight Modifier and Type Method Description AccessRights.BuilderAccessRights.Builder. autoEnroll(AccessRight autoEnroll)Allow or deny an Active Directory group from autoenrolling certificates issued against a template.AccessRights.BuilderAccessRights.Builder. enroll(AccessRight enroll)Allow or deny an Active Directory group from enrolling certificates issued against a template.
-