Uses of Class
software.amazon.awssdk.services.resourcegroups.model.DeleteGroupResponse
-
Packages that use DeleteGroupResponse 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 DeleteGroupResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return DeleteGroupResponse Modifier and Type Method Description default DeleteGroupResponseResourceGroupsClient. deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)Deletes the specified resource group.default DeleteGroupResponseResourceGroupsClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Deletes the specified resource group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type DeleteGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteGroupResponse>ResourceGroupsAsyncClient. deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)Deletes the specified resource group.default CompletableFuture<DeleteGroupResponse>ResourceGroupsAsyncClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Deletes the specified resource group.
-