Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ListGroupResourcesItem
-
Packages that use ListGroupResourcesItem Package Description software.amazon.awssdk.services.resourcegroups.model software.amazon.awssdk.services.resourcegroups.paginators -
-
Uses of ListGroupResourcesItem in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type ListGroupResourcesItem Modifier and Type Method Description List<ListGroupResourcesItem>ListGroupResourcesResponse. resources()An array of resources from which you can determine each resource's identity, type, and group membership status.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type ListGroupResourcesItem Modifier and Type Method Description ListGroupResourcesResponse.BuilderListGroupResourcesResponse.Builder. resources(ListGroupResourcesItem... resources)An array of resources from which you can determine each resource's identity, type, and group membership status.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type ListGroupResourcesItem Modifier and Type Method Description ListGroupResourcesResponse.BuilderListGroupResourcesResponse.Builder. resources(Collection<ListGroupResourcesItem> resources)An array of resources from which you can determine each resource's identity, type, and group membership status. -
Uses of ListGroupResourcesItem in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type ListGroupResourcesItem Modifier and Type Method Description SdkIterable<ListGroupResourcesItem>ListGroupResourcesIterable. resources()Returns an iterable to iterate through the paginatedListGroupResourcesResponse.resources()member.SdkPublisher<ListGroupResourcesItem>ListGroupResourcesPublisher. resources()Returns a publisher that can be used to get a stream of data.
-