Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.GroupScope
-
Packages that use GroupScope Package Description software.amazon.awssdk.services.directoryservicedata.model -
-
Uses of GroupScope in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return GroupScope Modifier and Type Method Description static GroupScopeGroupScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupScopeCreateGroupRequest. groupScope()The scope of the AD group.GroupScopeDescribeGroupResponse. groupScope()The scope of the AD group.GroupScopeGroup. groupScope()The scope of the AD group.GroupScopeGroupSummary. groupScope()The scope of the AD group.GroupScopeUpdateGroupRequest. groupScope()The scope of the AD group.static GroupScopeGroupScope. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupScope[]GroupScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type GroupScope Modifier and Type Method Description static Set<GroupScope>GroupScope. knownValues()Methods in software.amazon.awssdk.services.directoryservicedata.model with parameters of type GroupScope Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. groupScope(GroupScope groupScope)The scope of the AD group.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. groupScope(GroupScope groupScope)The scope of the AD group.Group.BuilderGroup.Builder. groupScope(GroupScope groupScope)The scope of the AD group.GroupSummary.BuilderGroupSummary.Builder. groupScope(GroupScope groupScope)The scope of the AD group.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. groupScope(GroupScope groupScope)The scope of the AD group.
-