@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 group with a specified name, description, and resource query.
|
DeleteGroupResult |
deleteGroup(DeleteGroupRequest request)
Deletes a 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.
|
GetGroupQueryResult |
getGroupQuery(GetGroupQueryRequest request)
Returns the resource query associated with the specified resource group.
|
GetTagsResult |
getTags(GetTagsRequest request)
Returns a list of tags that are associated with a resource, specified by an ARN.
|
ListGroupResourcesResult |
listGroupResources(ListGroupResourcesRequest request)
Returns a list of ARNs of 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 a 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.
|
UntagResult |
untag(UntagRequest request)
Deletes specified tags from a specified resource.
|
UpdateGroupResult |
updateGroup(UpdateGroupRequest request)
Updates an existing group with a new or changed description.
|
UpdateGroupQueryResult |
updateGroupQuery(UpdateGroupQueryRequest request)
Updates the resource query of a group.
|
public CreateGroupResult createGroup(CreateGroupRequest request)
AWSResourceGroupsCreates a group with a specified name, description, and resource query.
createGroup in interface AWSResourceGroupspublic DeleteGroupResult deleteGroup(DeleteGroupRequest request)
AWSResourceGroupsDeletes a specified resource group. Deleting a resource group does not delete 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 GetGroupQueryResult getGroupQuery(GetGroupQueryRequest request)
AWSResourceGroupsReturns 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, specified by an ARN.
getTags in interface AWSResourceGroupspublic ListGroupResourcesResult listGroupResources(ListGroupResourcesRequest request)
AWSResourceGroupsReturns a list of ARNs of 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 a 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.
tag in interface AWSResourceGroupspublic UntagResult untag(UntagRequest request)
AWSResourceGroupsDeletes specified tags from a specified resource.
untag in interface AWSResourceGroupspublic UpdateGroupResult updateGroup(UpdateGroupRequest request)
AWSResourceGroupsUpdates an existing group with a new or changed description. 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.