Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.directoryservicedata.model software.amazon.awssdk.services.directoryservicedata.paginators -
-
Uses of Group in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type Group Modifier and Type Method Description List<Group>SearchGroupsResponse. groups()The group information that the request returns.Methods in software.amazon.awssdk.services.directoryservicedata.model with parameters of type Group Modifier and Type Method Description SearchGroupsResponse.BuilderSearchGroupsResponse.Builder. groups(Group... groups)The group information that the request returns.Method parameters in software.amazon.awssdk.services.directoryservicedata.model with type arguments of type Group Modifier and Type Method Description SearchGroupsResponse.BuilderSearchGroupsResponse.Builder. groups(Collection<Group> groups)The group information that the request returns. -
Uses of Group in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type Group Modifier and Type Method Description SdkIterable<Group>SearchGroupsIterable. groups()Returns an iterable to iterate through the paginatedSearchGroupsResponse.groups()member.SdkPublisher<Group>SearchGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-