Uses of Class
software.amazon.awssdk.services.datazone.model.GroupSearchType
-
Packages that use GroupSearchType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GroupSearchType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GroupSearchType Modifier and Type Method Description static GroupSearchTypeGroupSearchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupSearchTypeSearchGroupProfilesRequest. groupType()The group type for which to search.static GroupSearchTypeGroupSearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupSearchType[]GroupSearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GroupSearchType Modifier and Type Method Description static Set<GroupSearchType>GroupSearchType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type GroupSearchType Modifier and Type Method Description SearchGroupProfilesRequest.BuilderSearchGroupProfilesRequest.Builder. groupType(GroupSearchType groupType)The group type for which to search.
-