Uses of Class
software.amazon.awssdk.services.resourcegroups.model.UngroupResourcesResponse
-
Packages that use UngroupResourcesResponse 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. -
-
Uses of UngroupResourcesResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return UngroupResourcesResponse Modifier and Type Method Description default UngroupResourcesResponseResourceGroupsClient. ungroupResources(Consumer<UngroupResourcesRequest.Builder> ungroupResourcesRequest)Removes the specified resources from the specified group.default UngroupResourcesResponseResourceGroupsClient. ungroupResources(UngroupResourcesRequest ungroupResourcesRequest)Removes the specified resources from the specified group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type UngroupResourcesResponse Modifier and Type Method Description default CompletableFuture<UngroupResourcesResponse>ResourceGroupsAsyncClient. ungroupResources(Consumer<UngroupResourcesRequest.Builder> ungroupResourcesRequest)Removes the specified resources from the specified group.default CompletableFuture<UngroupResourcesResponse>ResourceGroupsAsyncClient. ungroupResources(UngroupResourcesRequest ungroupResourcesRequest)Removes the specified resources from the specified group.
-