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