| 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.
|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse |
ResourceGroupsClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a resource group with the specified name and description.
|
default CreateGroupResponse |
ResourceGroupsClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a resource group with the specified name 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 GetAccountSettingsResponse |
ResourceGroupsClient.getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)
Retrieves the current status of optional features in Resource Groups.
|
default GetAccountSettingsResponse |
ResourceGroupsClient.getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Retrieves the current status of optional features in Resource Groups.
|
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 ListGroupsResponse |
ResourceGroupsClient.listGroups()
Returns a list of existing Resource Groups in your account.
|
default ListGroupsResponse |
ResourceGroupsClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
default ListGroupsResponse |
ResourceGroupsClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
default ListGroupsIterable |
ResourceGroupsClient.listGroupsPaginator()
Returns a list of existing Resource Groups in your account.
|
default ListGroupsIterable |
ResourceGroupsClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
default ListGroupsIterable |
ResourceGroupsClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Returns a list of existing Resource Groups in your account.
|
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 SearchResourcesResponse |
ResourceGroupsClient.searchResources(Consumer<SearchResourcesRequest.Builder> searchResourcesRequest)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
default SearchResourcesResponse |
ResourceGroupsClient.searchResources(SearchResourcesRequest searchResourcesRequest)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
default SearchResourcesIterable |
ResourceGroupsClient.searchResourcesPaginator(Consumer<SearchResourcesRequest.Builder> searchResourcesRequest)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
default SearchResourcesIterable |
ResourceGroupsClient.searchResourcesPaginator(SearchResourcesRequest searchResourcesRequest)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
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 UpdateAccountSettingsResponse |
ResourceGroupsClient.updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)
Turns on or turns off optional features in Resource Groups.
|
default UpdateAccountSettingsResponse |
ResourceGroupsClient.updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)
Turns on or turns off optional features in Resource Groups.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
The request includes one or more parameters that violate validation rules.
|
class |
ForbiddenException
The caller isn't authorized to make the request.
|
class |
InternalServerErrorException
An internal error occurred while processing the request.
|
class |
MethodNotAllowedException
The request uses an HTTP method that isn't allowed for the specified resource.
|
class |
NotFoundException
One or more of the specified resources don't exist.
|
class |
TooManyRequestsException
You've exceeded throttling limits by making too many requests in a period of time.
|
class |
UnauthorizedException
The request was rejected because it doesn't have valid credentials for the target resource.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupsException |
ResourceGroupsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ResourceGroupsException ex) |
Copyright © 2023. All rights reserved.