Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ListGroupingStatusesResponse
-
Packages that use ListGroupingStatusesResponse Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags.software.amazon.awssdk.services.resourcegroups.paginators -
-
Uses of ListGroupingStatusesResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return ListGroupingStatusesResponse Modifier and Type Method Description default ListGroupingStatusesResponseResourceGroupsClient. listGroupingStatuses(Consumer<ListGroupingStatusesRequest.Builder> listGroupingStatusesRequest)Returns the status of the last grouping or ungrouping action for each resource in the specified application group.default ListGroupingStatusesResponseResourceGroupsClient. listGroupingStatuses(ListGroupingStatusesRequest listGroupingStatusesRequest)Returns the status of the last grouping or ungrouping action for each resource in the specified application group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type ListGroupingStatusesResponse Modifier and Type Method Description default CompletableFuture<ListGroupingStatusesResponse>ResourceGroupsAsyncClient. listGroupingStatuses(Consumer<ListGroupingStatusesRequest.Builder> listGroupingStatusesRequest)Returns the status of the last grouping or ungrouping action for each resource in the specified application group.default CompletableFuture<ListGroupingStatusesResponse>ResourceGroupsAsyncClient. listGroupingStatuses(ListGroupingStatusesRequest listGroupingStatusesRequest)Returns the status of the last grouping or ungrouping action for each resource in the specified application group. -
Uses of ListGroupingStatusesResponse in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type ListGroupingStatusesResponse Modifier and Type Method Description Iterator<ListGroupingStatusesResponse>ListGroupingStatusesIterable. iterator()Method parameters in software.amazon.awssdk.services.resourcegroups.paginators with type arguments of type ListGroupingStatusesResponse Modifier and Type Method Description voidListGroupingStatusesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupingStatusesResponse> subscriber)
-