| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteGroupResponse |
ResourceGroupsClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)
Deletes a specified resource group.
|
default DeleteGroupResponse |
ResourceGroupsClient.deleteGroup(DeleteGroupRequest deleteGroupRequest)
Deletes a 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 GetGroupQueryResponse |
ResourceGroupsClient.getGroupQuery(Consumer<GetGroupQueryRequest.Builder> getGroupQueryRequest)
Returns the resource query associated with the specified resource group.
|
default GetGroupQueryResponse |
ResourceGroupsClient.getGroupQuery(GetGroupQueryRequest getGroupQueryRequest)
Returns 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 ListGroupResourcesResponse |
ResourceGroupsClient.listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
Returns a list of ARNs of resources that are members of a specified resource group.
|
default ListGroupResourcesResponse |
ResourceGroupsClient.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)
Returns a list of ARNs of resources that are members of a specified resource group.
|
default ListGroupResourcesIterable |
ResourceGroupsClient.listGroupResourcesPaginator(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
Returns a list of ARNs of resources that are members of a specified resource group.
|
default ListGroupResourcesIterable |
ResourceGroupsClient.listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest)
Returns a list of ARNs of resources that are members of a specified resource 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 UntagResponse |
ResourceGroupsClient.untag(Consumer<UntagRequest.Builder> untagRequest)
Deletes specified tags from a specified resource.
|
default UntagResponse |
ResourceGroupsClient.untag(UntagRequest untagRequest)
Deletes specified tags from a specified resource.
|
default UpdateGroupResponse |
ResourceGroupsClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates an existing group with a new or changed description.
|
default UpdateGroupResponse |
ResourceGroupsClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates an existing group with a new or changed description.
|
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 © 2019. All rights reserved.