| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteGroupResponse |
ResourceGroupsClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)
Deletes the specified resource group.
|
default DeleteGroupResponse |
ResourceGroupsClient.deleteGroup(DeleteGroupRequest deleteGroupRequest)
Deletes the specified resource group.
|
default GetGroupResponse |
ResourceGroupsClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Returns information about a specified resource group.
|
default GetGroupResponse |
ResourceGroupsClient.getGroup(GetGroupRequest getGroupRequest)
Returns information about a specified resource group.
|
default GetGroupConfigurationResponse |
ResourceGroupsClient.getGroupConfiguration(Consumer<GetGroupConfigurationRequest.Builder> getGroupConfigurationRequest)
Retrieves the service configuration associated with the specified resource group.
|
default GetGroupConfigurationResponse |
ResourceGroupsClient.getGroupConfiguration(GetGroupConfigurationRequest getGroupConfigurationRequest)
Retrieves the service configuration associated with the specified resource group.
|
default GetGroupQueryResponse |
ResourceGroupsClient.getGroupQuery(Consumer<GetGroupQueryRequest.Builder> getGroupQueryRequest)
Retrieves the resource query associated with the specified resource group.
|
default GetGroupQueryResponse |
ResourceGroupsClient.getGroupQuery(GetGroupQueryRequest getGroupQueryRequest)
Retrieves the resource query associated with the specified resource group.
|
default GetTagsResponse |
ResourceGroupsClient.getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
default GetTagsResponse |
ResourceGroupsClient.getTags(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
default GroupResourcesResponse |
ResourceGroupsClient.groupResources(Consumer<GroupResourcesRequest.Builder> groupResourcesRequest)
Adds the specified resources to the specified group.
|
default GroupResourcesResponse |
ResourceGroupsClient.groupResources(GroupResourcesRequest groupResourcesRequest)
Adds the specified resources to the specified group.
|
default ListGroupResourcesResponse |
ResourceGroupsClient.listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
default ListGroupResourcesResponse |
ResourceGroupsClient.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
default ListGroupResourcesIterable |
ResourceGroupsClient.listGroupResourcesPaginator(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
default ListGroupResourcesIterable |
ResourceGroupsClient.listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
default PutGroupConfigurationResponse |
ResourceGroupsClient.putGroupConfiguration(Consumer<PutGroupConfigurationRequest.Builder> putGroupConfigurationRequest)
Attaches a service configuration to the specified group.
|
default PutGroupConfigurationResponse |
ResourceGroupsClient.putGroupConfiguration(PutGroupConfigurationRequest putGroupConfigurationRequest)
Attaches a service configuration to the specified group.
|
default TagResponse |
ResourceGroupsClient.tag(Consumer<TagRequest.Builder> tagRequest)
Adds tags to a resource group with the specified ARN.
|
default TagResponse |
ResourceGroupsClient.tag(TagRequest tagRequest)
Adds tags to a resource group with the specified ARN.
|
default UngroupResourcesResponse |
ResourceGroupsClient.ungroupResources(Consumer<UngroupResourcesRequest.Builder> ungroupResourcesRequest)
Removes the specified resources from the specified group.
|
default UngroupResourcesResponse |
ResourceGroupsClient.ungroupResources(UngroupResourcesRequest ungroupResourcesRequest)
Removes the specified resources from the specified group.
|
default UntagResponse |
ResourceGroupsClient.untag(Consumer<UntagRequest.Builder> untagRequest)
Deletes tags from a specified resource group.
|
default UntagResponse |
ResourceGroupsClient.untag(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
default UpdateGroupResponse |
ResourceGroupsClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates the description for an existing group.
|
default UpdateGroupResponse |
ResourceGroupsClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the description for an existing group.
|
default UpdateGroupQueryResponse |
ResourceGroupsClient.updateGroupQuery(Consumer<UpdateGroupQueryRequest.Builder> updateGroupQueryRequest)
Updates the resource query of a group.
|
default UpdateGroupQueryResponse |
ResourceGroupsClient.updateGroupQuery(UpdateGroupQueryRequest updateGroupQueryRequest)
Updates the resource query of a group.
|
Copyright © 2023. All rights reserved.