Uses of Class
software.amazon.awssdk.services.identitystore.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.identitystore.model software.amazon.awssdk.services.identitystore.paginators -
-
Uses of Group in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type Group Modifier and Type Method Description List<Group>ListGroupsResponse. groups()A list ofGroupobjects in the identity store.Methods in software.amazon.awssdk.services.identitystore.model with parameters of type Group Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Group... groups)A list ofGroupobjects in the identity store.Method parameters in software.amazon.awssdk.services.identitystore.model with type arguments of type Group Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<Group> groups)A list ofGroupobjects in the identity store. -
Uses of Group in software.amazon.awssdk.services.identitystore.paginators
Methods in software.amazon.awssdk.services.identitystore.paginators that return types with arguments of type Group Modifier and Type Method Description SdkIterable<Group>ListGroupsIterable. groups()Returns an iterable to iterate through the paginatedListGroupsResponse.groups()member.SdkPublisher<Group>ListGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-