@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 specified tags to a resource 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)
AWSResourceGroups
Creates a group with a specified name, description, and resource query.
createGroup
in interface AWSResourceGroups
public DeleteGroupResult deleteGroup(DeleteGroupRequest request)
AWSResourceGroups
Deletes 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 AWSResourceGroups
public GetGroupResult getGroup(GetGroupRequest request)
AWSResourceGroups
Returns information about a specified resource group.
getGroup
in interface AWSResourceGroups
public GetGroupQueryResult getGroupQuery(GetGroupQueryRequest request)
AWSResourceGroups
Returns the resource query associated with the specified resource group.
getGroupQuery
in interface AWSResourceGroups
public GetTagsResult getTags(GetTagsRequest request)
AWSResourceGroups
Returns a list of tags that are associated with a resource, specified by an ARN.
getTags
in interface AWSResourceGroups
public ListGroupResourcesResult listGroupResources(ListGroupResourcesRequest request)
AWSResourceGroups
Returns a list of ARNs of resources that are members of a specified resource group.
listGroupResources
in interface AWSResourceGroups
public ListGroupsResult listGroups(ListGroupsRequest request)
AWSResourceGroups
Returns a list of existing resource groups in your account.
listGroups
in interface AWSResourceGroups
public SearchResourcesResult searchResources(SearchResourcesRequest request)
AWSResourceGroups
Returns 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 AWSResourceGroups
public TagResult tag(TagRequest request)
AWSResourceGroups
Adds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.
tag
in interface AWSResourceGroups
public UntagResult untag(UntagRequest request)
AWSResourceGroups
Deletes specified tags from a specified resource.
untag
in interface AWSResourceGroups
public UpdateGroupResult updateGroup(UpdateGroupRequest request)
AWSResourceGroups
Updates an existing group with a new or changed description. You cannot update the name of a resource group.
updateGroup
in interface AWSResourceGroups
public UpdateGroupQueryResult updateGroupQuery(UpdateGroupQueryRequest request)
AWSResourceGroups
Updates the resource query of a group.
updateGroupQuery
in interface AWSResourceGroups
public void shutdown()
AWSResourceGroups
shutdown
in interface AWSResourceGroups
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSResourceGroups
Response 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 AWSResourceGroups
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.