Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GetGroupResponse
-
Packages that use GetGroupResponse 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 GetGroupResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return GetGroupResponse Modifier and Type Method Description default GetGroupResponseResourceGroupsClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Returns information about a specified resource group.default GetGroupResponseResourceGroupsClient. getGroup(GetGroupRequest getGroupRequest)Returns information about a specified resource group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type GetGroupResponse Modifier and Type Method Description default CompletableFuture<GetGroupResponse>ResourceGroupsAsyncClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Returns information about a specified resource group.default CompletableFuture<GetGroupResponse>ResourceGroupsAsyncClient. getGroup(GetGroupRequest getGroupRequest)Returns information about a specified resource group.
-