@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSResourceGroups extends Object implements AWSResourceGroups
AWSResourceGroups. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateGroupResult |
createGroup(CreateGroupRequest request)
Creates a resource group with the specified name and description.
|
DeleteGroupResult |
deleteGroup(DeleteGroupRequest request)
Deletes the specified resource group.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetGroupResult |
getGroup(GetGroupRequest request)
Returns information about a specified resource group.
|
GetGroupConfigurationResult |
getGroupConfiguration(GetGroupConfigurationRequest request)
Returns the service configuration associated with the specified resource group.
|
GetGroupQueryResult |
getGroupQuery(GetGroupQueryRequest request)
Retrieves the resource query associated with the specified resource group.
|
GetTagsResult |
getTags(GetTagsRequest request)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
GroupResourcesResult |
groupResources(GroupResourcesRequest request)
Adds the specified resources to the specified group.
|
ListGroupResourcesResult |
listGroupResources(ListGroupResourcesRequest request)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
ListGroupsResult |
listGroups(ListGroupsRequest request)
Returns a list of existing resource groups in your account.
|
SearchResourcesResult |
searchResources(SearchResourcesRequest request)
Returns a list of AWS resource identifiers that matches the specified query.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResult |
tag(TagRequest request)
Adds tags to a resource group with the specified ARN.
|
UngroupResourcesResult |
ungroupResources(UngroupResourcesRequest request)
Removes the specified resources from the specified group.
|
UntagResult |
untag(UntagRequest request)
Deletes tags from a specified resource group.
|
UpdateGroupResult |
updateGroup(UpdateGroupRequest request)
Updates the description for an existing group.
|
UpdateGroupQueryResult |
updateGroupQuery(UpdateGroupQueryRequest request)
Updates the resource query of a group.
|
public CreateGroupResult createGroup(CreateGroupRequest request)
AWSResourceGroupsCreates a resource group with the specified name and description. You can optionally include a resource query, or a service configuration.
createGroup in interface AWSResourceGroupspublic DeleteGroupResult deleteGroup(DeleteGroupRequest request)
AWSResourceGroupsDeletes the specified resource group. Deleting a resource group does not delete any resources that are members of the group; it only deletes the group structure.
deleteGroup in interface AWSResourceGroupspublic GetGroupResult getGroup(GetGroupRequest request)
AWSResourceGroupsReturns information about a specified resource group.
getGroup in interface AWSResourceGroupspublic GetGroupConfigurationResult getGroupConfiguration(GetGroupConfigurationRequest request)
AWSResourceGroupsReturns the service configuration associated with the specified resource group. AWS Resource Groups supports configurations for the following resource group types:
AWS::EC2::CapacityReservationPool - Amazon EC2 capacity reservation pools. For more information, see
Working with capacity reservation groups in the EC2 Users Guide.
getGroupConfiguration in interface AWSResourceGroupspublic GetGroupQueryResult getGroupQuery(GetGroupQueryRequest request)
AWSResourceGroupsRetrieves the resource query associated with the specified resource group.
getGroupQuery in interface AWSResourceGroupspublic GetTagsResult getTags(GetTagsRequest request)
AWSResourceGroupsReturns a list of tags that are associated with a resource group, specified by an ARN.
getTags in interface AWSResourceGroupspublic GroupResourcesResult groupResources(GroupResourcesRequest request)
AWSResourceGroupsAdds the specified resources to the specified group.
groupResources in interface AWSResourceGroupspublic ListGroupResourcesResult listGroupResources(ListGroupResourcesRequest request)
AWSResourceGroupsReturns a list of ARNs of the resources that are members of a specified resource group.
listGroupResources in interface AWSResourceGroupspublic ListGroupsResult listGroups(ListGroupsRequest request)
AWSResourceGroupsReturns a list of existing resource groups in your account.
listGroups in interface AWSResourceGroupspublic SearchResourcesResult searchResources(SearchResourcesRequest request)
AWSResourceGroupsReturns a list of AWS resource identifiers that matches the specified query. The query uses the same format as a resource query in a CreateGroup or UpdateGroupQuery operation.
searchResources in interface AWSResourceGroupspublic TagResult tag(TagRequest request)
AWSResourceGroupsAdds tags to a resource group with the specified ARN. Existing tags on a resource group are not changed if they are not specified in the request parameters.
Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.
tag in interface AWSResourceGroupspublic UngroupResourcesResult ungroupResources(UngroupResourcesRequest request)
AWSResourceGroupsRemoves the specified resources from the specified group.
ungroupResources in interface AWSResourceGroupspublic UntagResult untag(UntagRequest request)
AWSResourceGroupsDeletes tags from a specified resource group.
untag in interface AWSResourceGroupspublic UpdateGroupResult updateGroup(UpdateGroupRequest request)
AWSResourceGroupsUpdates the description for an existing group. You cannot update the name of a resource group.
updateGroup in interface AWSResourceGroupspublic UpdateGroupQueryResult updateGroupQuery(UpdateGroupQueryRequest request)
AWSResourceGroupsUpdates the resource query of a group.
updateGroupQuery in interface AWSResourceGroupspublic void shutdown()
AWSResourceGroupsshutdown in interface AWSResourceGroupspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSResourceGroupsResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSResourceGroupsrequest - The originally executed request.