Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupingStatusesItem
-
Packages that use GroupingStatusesItem Package Description software.amazon.awssdk.services.resourcegroups.model software.amazon.awssdk.services.resourcegroups.paginators -
-
Uses of GroupingStatusesItem in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupingStatusesItem Modifier and Type Method Description List<GroupingStatusesItem>ListGroupingStatusesResponse. groupingStatuses()Returns details about the grouping or ungrouping status of the resources in the specified application group.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupingStatusesItem Modifier and Type Method Description ListGroupingStatusesResponse.BuilderListGroupingStatusesResponse.Builder. groupingStatuses(GroupingStatusesItem... groupingStatuses)Returns details about the grouping or ungrouping status of the resources in the specified application group.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type GroupingStatusesItem Modifier and Type Method Description ListGroupingStatusesResponse.BuilderListGroupingStatusesResponse.Builder. groupingStatuses(Collection<GroupingStatusesItem> groupingStatuses)Returns details about the grouping or ungrouping status of the resources in the specified application group. -
Uses of GroupingStatusesItem in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type GroupingStatusesItem Modifier and Type Method Description SdkIterable<GroupingStatusesItem>ListGroupingStatusesIterable. groupingStatuses()Returns an iterable to iterate through the paginatedListGroupingStatusesResponse.groupingStatuses()member.SdkPublisher<GroupingStatusesItem>ListGroupingStatusesPublisher. groupingStatuses()Returns a publisher that can be used to get a stream of data.
-