Skip navigation links
A B C D E F G H I L M N Q R S T U V W 

A

AbstractAWSResourceGroups - Class in com.amazonaws.services.resourcegroups
Abstract implementation of AWSResourceGroups.
AbstractAWSResourceGroups() - Constructor for class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
AbstractAWSResourceGroupsAsync - Class in com.amazonaws.services.resourcegroups
Abstract implementation of AWSResourceGroupsAsync.
AbstractAWSResourceGroupsAsync() - Constructor for class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.resourcegroups.model.TagResult
 
asyncBuilder() - Static method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
AWSResourceGroups - Interface in com.amazonaws.services.resourcegroups
Interface for accessing Resource Groups.
AWSResourceGroupsAsync - Interface in com.amazonaws.services.resourcegroups
Interface for accessing Resource Groups asynchronously.
AWSResourceGroupsAsyncClient - Class in com.amazonaws.services.resourcegroups
Client for accessing Resource Groups asynchronously.
AWSResourceGroupsAsyncClientBuilder - Class in com.amazonaws.services.resourcegroups
Fluent builder for AWSResourceGroupsAsync.
AWSResourceGroupsClient - Class in com.amazonaws.services.resourcegroups
Client for accessing Resource Groups.
AWSResourceGroupsClientBuilder - Class in com.amazonaws.services.resourcegroups
Fluent builder for AWSResourceGroups.
AWSResourceGroupsException - Exception in com.amazonaws.services.resourcegroups.model
Base exception for all service exceptions thrown by AWS Resource Groups
AWSResourceGroupsException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.AWSResourceGroupsException
Constructs a new AWSResourceGroupsException with the specified error message.

B

BadRequestException - Exception in com.amazonaws.services.resourcegroups.model
The request does not comply with validation rules that are defined for the request parameters.
BadRequestException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.BadRequestException
Constructs a new BadRequestException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClientBuilder
Construct an asynchronous implementation of AWSResourceGroupsAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClientBuilder
Construct a synchronous implementation of AWSResourceGroups using the current builder configuration.
builder() - Static method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
 

C

clearTagsEntries() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.resourcegroups.model.TagResult
Removes all the entries added into Tags.
clone() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.Group
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.TagResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
 
clone() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
 
com.amazonaws.services.resourcegroups - package com.amazonaws.services.resourcegroups
AWS Resource Groups
com.amazonaws.services.resourcegroups.model - package com.amazonaws.services.resourcegroups.model
 
configFactory - Static variable in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Client configuration factory providing ClientConfigurations tailored to this client
createGroup(CreateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
createGroup(CreateGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Creates a group with a specified name, description, and resource query.
createGroup(CreateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Creates a group with a specified name, description, and resource query.
createGroupAsync(CreateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
createGroupAsync(CreateGroupRequest, AsyncHandler<CreateGroupRequest, CreateGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
createGroupAsync(CreateGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Creates a group with a specified name, description, and resource query.
createGroupAsync(CreateGroupRequest, AsyncHandler<CreateGroupRequest, CreateGroupResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Creates a group with a specified name, description, and resource query.
createGroupAsync(CreateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
createGroupAsync(CreateGroupRequest, AsyncHandler<CreateGroupRequest, CreateGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
CreateGroupRequest - Class in com.amazonaws.services.resourcegroups.model
 
CreateGroupRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
 
CreateGroupResult - Class in com.amazonaws.services.resourcegroups.model
 
CreateGroupResult() - Constructor for class com.amazonaws.services.resourcegroups.model.CreateGroupResult
 

D

defaultClient() - Static method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClientBuilder
 
deleteGroup(DeleteGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
deleteGroup(DeleteGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Deletes a specified resource group.
deleteGroup(DeleteGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Deletes a specified resource group.
deleteGroupAsync(DeleteGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
deleteGroupAsync(DeleteGroupRequest, AsyncHandler<DeleteGroupRequest, DeleteGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
deleteGroupAsync(DeleteGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Deletes a specified resource group.
deleteGroupAsync(DeleteGroupRequest, AsyncHandler<DeleteGroupRequest, DeleteGroupResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Deletes a specified resource group.
deleteGroupAsync(DeleteGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
deleteGroupAsync(DeleteGroupRequest, AsyncHandler<DeleteGroupRequest, DeleteGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
DeleteGroupRequest - Class in com.amazonaws.services.resourcegroups.model
 
DeleteGroupRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
 
DeleteGroupResult - Class in com.amazonaws.services.resourcegroups.model
 
DeleteGroupResult() - Constructor for class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.Group
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.TagResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
 

F

ForbiddenException - Exception in com.amazonaws.services.resourcegroups.model
The caller is not authorized to make the request.
ForbiddenException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.ForbiddenException
Constructs a new ForbiddenException with the specified error message.
fromValue(String) - Static method in enum com.amazonaws.services.resourcegroups.model.QueryType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.resourcegroups.model.ResourceFilterName
Use this in place of valueOf.

G

getArn() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
The ARN of the resource for which you want a list of tags.
getArn() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
The ARN of the tagged resource.
getArn() - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
The ARN of the resource to which to add tags.
getArn() - Method in class com.amazonaws.services.resourcegroups.model.TagResult
The ARN of the tagged resource.
getArn() - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The ARN of the resource from which to remove tags.
getArn() - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The ARN of the resource from which tags have been removed.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getDescription() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The description of the resource group.
getDescription() - Method in class com.amazonaws.services.resourcegroups.model.Group
The description of the resource group.
getDescription() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
The description of the resource group.
getExecutorService() - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
Returns the executor service used by this client to execute async requests.
getFilters() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
getGroup(GetGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
getGroup(GetGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns information about a specified resource group.
getGroup(GetGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns information about a specified resource group.
getGroup() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
A full description of the resource group after it is created.
getGroup() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
A full description of the deleted resource group.
getGroup() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
A full description of the resource group.
getGroup() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
The full description of the resource group after it has been updated.
getGroupArn() - Method in class com.amazonaws.services.resourcegroups.model.Group
The ARN of a resource group.
getGroupAsync(GetGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
getGroupAsync(GetGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
getGroupAsync(GetGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns information about a specified resource group.
getGroupAsync(GetGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns information about a specified resource group.
getGroupAsync(GetGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
getGroupAsync(GetGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
The name of the resource group to delete.
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
The name of the resource group.
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
The name of the resource group.
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
The name of a resource group that is associated with a specific resource query.
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The name of the resource group.
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
The name of the resource group for which you want to edit the query.
getGroupName() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
The name of the resource group for which you want to update its description.
getGroupQuery(GetGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
getGroupQuery(GetGroupQueryRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns the resource query associated with the specified resource group.
getGroupQuery(GetGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns the resource query associated with the specified resource group.
getGroupQuery() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
The resource query associated with the specified group.
getGroupQuery() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
The resource query associated with the resource group after the update.
getGroupQueryAsync(GetGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
getGroupQueryAsync(GetGroupQueryRequest, AsyncHandler<GetGroupQueryRequest, GetGroupQueryResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
getGroupQueryAsync(GetGroupQueryRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns the resource query associated with the specified resource group.
getGroupQueryAsync(GetGroupQueryRequest, AsyncHandler<GetGroupQueryRequest, GetGroupQueryResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns the resource query associated with the specified resource group.
getGroupQueryAsync(GetGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
getGroupQueryAsync(GetGroupQueryRequest, AsyncHandler<GetGroupQueryRequest, GetGroupQueryResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
GetGroupQueryRequest - Class in com.amazonaws.services.resourcegroups.model
 
GetGroupQueryRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
 
GetGroupQueryResult - Class in com.amazonaws.services.resourcegroups.model
 
GetGroupQueryResult() - Constructor for class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
 
GetGroupRequest - Class in com.amazonaws.services.resourcegroups.model
 
GetGroupRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.GetGroupRequest
 
GetGroupResult - Class in com.amazonaws.services.resourcegroups.model
 
GetGroupResult() - Constructor for class com.amazonaws.services.resourcegroups.model.GetGroupResult
 
getGroups() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
A list of resource groups.
getKeys() - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The keys of the tags to be removed.
getKeys() - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The keys of tags that have been removed.
getMaxResults() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output.
getMaxResults() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
The maximum number of resource group results that are returned by ListGroups in paginated output.
getMaxResults() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The maximum number of group member ARNs returned by SearchResources in paginated output.
getName() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The name of the group, which is the identifier of the group in other operations.
getName() - Method in class com.amazonaws.services.resourcegroups.model.Group
The name of a resource group.
getName() - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
The name of the filter.
getNextToken() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The NextToken value that is returned in a paginated ListGroupResources request.
getNextToken() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The NextToken value to include in a subsequent ListGroupResources request, to get more results.
getNextToken() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
The NextToken value that is returned in a paginated ListGroups request.
getNextToken() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
The NextToken value to include in a subsequent ListGroups request, to get more results.
getNextToken() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The NextToken value that is returned in a paginated SearchResources request.
getNextToken() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The NextToken value to include in a subsequent SearchResources request, to get more results.
getQuery() - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The query that defines a group or a search.
getResourceArn() - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
The ARN of a resource.
getResourceIdentifiers() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
getResourceIdentifiers() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
getResourceQuery() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The resource query that determines which AWS resources are members of this group.
getResourceQuery() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
The resource query associated with the group.
getResourceQuery() - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
The resource query which determines which AWS resources are members of the associated resource group.
getResourceQuery() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The search query, using the same formats that are supported for resource group definition.
getResourceQuery() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
The resource query that determines which AWS resources are members of the resource group.
getResourceType() - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
The resource type of a resource, such as AWS::EC2::Instance.
getTags(GetTagsRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
getTags(GetTagsRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns a list of tags that are associated with a resource, specified by an ARN.
getTags(GetTagsRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns a list of tags that are associated with a resource, specified by an ARN.
getTags() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The tags to add to the group.
getTags() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
The tags associated with the group.
getTags() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
The tags associated with the specified resource.
getTags() - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
The tags to add to the specified resource.
getTags() - Method in class com.amazonaws.services.resourcegroups.model.TagResult
The tags that have been added to the specified resource.
getTagsAsync(GetTagsRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
getTagsAsync(GetTagsRequest, AsyncHandler<GetTagsRequest, GetTagsResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
getTagsAsync(GetTagsRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of tags that are associated with a resource, specified by an ARN.
getTagsAsync(GetTagsRequest, AsyncHandler<GetTagsRequest, GetTagsResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of tags that are associated with a resource, specified by an ARN.
getTagsAsync(GetTagsRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
getTagsAsync(GetTagsRequest, AsyncHandler<GetTagsRequest, GetTagsResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
GetTagsRequest - Class in com.amazonaws.services.resourcegroups.model
 
GetTagsRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.GetTagsRequest
 
GetTagsResult - Class in com.amazonaws.services.resourcegroups.model
 
GetTagsResult() - Constructor for class com.amazonaws.services.resourcegroups.model.GetTagsResult
 
getType() - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The type of the query.
getValues() - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
One or more filter values.
Group - Class in com.amazonaws.services.resourcegroups.model
A resource group.
Group() - Constructor for class com.amazonaws.services.resourcegroups.model.Group
 
GroupQuery - Class in com.amazonaws.services.resourcegroups.model
The underlying resource query of a resource group.
GroupQuery() - Constructor for class com.amazonaws.services.resourcegroups.model.GroupQuery
 

H

hashCode() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.Group
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.TagResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
 
hashCode() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
 

I

InternalServerErrorException - Exception in com.amazonaws.services.resourcegroups.model
An internal error occurred while processing the request.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.

L

listGroupResources(ListGroupResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
listGroupResources(ListGroupResourcesRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns a list of ARNs of resources that are members of a specified resource group.
listGroupResources(ListGroupResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns a list of ARNs of resources that are members of a specified resource group.
listGroupResourcesAsync(ListGroupResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
listGroupResourcesAsync(ListGroupResourcesRequest, AsyncHandler<ListGroupResourcesRequest, ListGroupResourcesResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
listGroupResourcesAsync(ListGroupResourcesRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of ARNs of resources that are members of a specified resource group.
listGroupResourcesAsync(ListGroupResourcesRequest, AsyncHandler<ListGroupResourcesRequest, ListGroupResourcesResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of ARNs of resources that are members of a specified resource group.
listGroupResourcesAsync(ListGroupResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
listGroupResourcesAsync(ListGroupResourcesRequest, AsyncHandler<ListGroupResourcesRequest, ListGroupResourcesResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
ListGroupResourcesRequest - Class in com.amazonaws.services.resourcegroups.model
 
ListGroupResourcesRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
 
ListGroupResourcesResult - Class in com.amazonaws.services.resourcegroups.model
 
ListGroupResourcesResult() - Constructor for class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
 
listGroups(ListGroupsRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
listGroups(ListGroupsRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns a list of existing resource groups in your account.
listGroups(ListGroupsRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns a list of existing resource groups in your account.
listGroupsAsync(ListGroupsRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
listGroupsAsync(ListGroupsRequest, AsyncHandler<ListGroupsRequest, ListGroupsResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
listGroupsAsync(ListGroupsRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of existing resource groups in your account.
listGroupsAsync(ListGroupsRequest, AsyncHandler<ListGroupsRequest, ListGroupsResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of existing resource groups in your account.
listGroupsAsync(ListGroupsRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
listGroupsAsync(ListGroupsRequest, AsyncHandler<ListGroupsRequest, ListGroupsResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
ListGroupsRequest - Class in com.amazonaws.services.resourcegroups.model
 
ListGroupsRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
 
ListGroupsResult - Class in com.amazonaws.services.resourcegroups.model
 
ListGroupsResult() - Constructor for class com.amazonaws.services.resourcegroups.model.ListGroupsResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.resourcegroups.model.Group
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
 
MethodNotAllowedException - Exception in com.amazonaws.services.resourcegroups.model
The request uses an HTTP method which is not allowed for the specified resource.
MethodNotAllowedException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.MethodNotAllowedException
Constructs a new MethodNotAllowedException with the specified error message.

N

NotFoundException - Exception in com.amazonaws.services.resourcegroups.model
One or more resources specified in the request do not exist.
NotFoundException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.NotFoundException
Constructs a new NotFoundException with the specified error message.

Q

QueryType - Enum in com.amazonaws.services.resourcegroups.model
 

R

ResourceFilter - Class in com.amazonaws.services.resourcegroups.model
A filter name and value pair that is used to obtain more specific results from a list of resources.
ResourceFilter() - Constructor for class com.amazonaws.services.resourcegroups.model.ResourceFilter
 
ResourceFilterName - Enum in com.amazonaws.services.resourcegroups.model
 
ResourceIdentifier - Class in com.amazonaws.services.resourcegroups.model
The ARN of a resource, and its resource type.
ResourceIdentifier() - Constructor for class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
 
ResourceQuery - Class in com.amazonaws.services.resourcegroups.model
The query that is used to define a resource group or a search for resources.
ResourceQuery() - Constructor for class com.amazonaws.services.resourcegroups.model.ResourceQuery
 

S

searchResources(SearchResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
searchResources(SearchResourcesRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Returns a list of AWS resource identifiers that matches a specified query.
searchResources(SearchResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Returns a list of AWS resource identifiers that matches a specified query.
searchResourcesAsync(SearchResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
searchResourcesAsync(SearchResourcesRequest, AsyncHandler<SearchResourcesRequest, SearchResourcesResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
searchResourcesAsync(SearchResourcesRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of AWS resource identifiers that matches a specified query.
searchResourcesAsync(SearchResourcesRequest, AsyncHandler<SearchResourcesRequest, SearchResourcesResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Returns a list of AWS resource identifiers that matches a specified query.
searchResourcesAsync(SearchResourcesRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
searchResourcesAsync(SearchResourcesRequest, AsyncHandler<SearchResourcesRequest, SearchResourcesResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
SearchResourcesRequest - Class in com.amazonaws.services.resourcegroups.model
 
SearchResourcesRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
 
SearchResourcesResult - Class in com.amazonaws.services.resourcegroups.model
 
SearchResourcesResult() - Constructor for class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
 
setArn(String) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
The ARN of the resource for which you want a list of tags.
setArn(String) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
The ARN of the tagged resource.
setArn(String) - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
The ARN of the resource to which to add tags.
setArn(String) - Method in class com.amazonaws.services.resourcegroups.model.TagResult
The ARN of the tagged resource.
setArn(String) - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The ARN of the resource from which to remove tags.
setArn(String) - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The ARN of the resource from which tags have been removed.
setDescription(String) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The description of the resource group.
setDescription(String) - Method in class com.amazonaws.services.resourcegroups.model.Group
The description of the resource group.
setDescription(String) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
The description of the resource group.
setFilters(Collection<ResourceFilter>) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
setGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
A full description of the resource group after it is created.
setGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
A full description of the deleted resource group.
setGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
A full description of the resource group.
setGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
The full description of the resource group after it has been updated.
setGroupArn(String) - Method in class com.amazonaws.services.resourcegroups.model.Group
The ARN of a resource group.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
The name of the resource group to delete.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
The name of the resource group.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
The name of the resource group.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
The name of a resource group that is associated with a specific resource query.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The name of the resource group.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
The name of the resource group for which you want to edit the query.
setGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
The name of the resource group for which you want to update its description.
setGroupQuery(GroupQuery) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
The resource query associated with the specified group.
setGroupQuery(GroupQuery) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
The resource query associated with the resource group after the update.
setGroups(Collection<Group>) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
A list of resource groups.
setKeys(Collection<String>) - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The keys of the tags to be removed.
setKeys(Collection<String>) - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The keys of tags that have been removed.
setMaxResults(Integer) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
The maximum number of resource group results that are returned by ListGroups in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The maximum number of group member ARNs returned by SearchResources in paginated output.
setName(String) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The name of the group, which is the identifier of the group in other operations.
setName(String) - Method in class com.amazonaws.services.resourcegroups.model.Group
The name of a resource group.
setName(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
The name of the filter.
setNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The NextToken value that is returned in a paginated ListGroupResources request.
setNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The NextToken value to include in a subsequent ListGroupResources request, to get more results.
setNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
The NextToken value that is returned in a paginated ListGroups request.
setNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
The NextToken value to include in a subsequent ListGroups request, to get more results.
setNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The NextToken value that is returned in a paginated SearchResources request.
setNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The NextToken value to include in a subsequent SearchResources request, to get more results.
setQuery(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The query that defines a group or a search.
setResourceArn(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
The ARN of a resource.
setResourceIdentifiers(Collection<ResourceIdentifier>) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
setResourceIdentifiers(Collection<ResourceIdentifier>) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
setResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The resource query that determines which AWS resources are members of this group.
setResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
The resource query associated with the group.
setResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
The resource query which determines which AWS resources are members of the associated resource group.
setResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The search query, using the same formats that are supported for resource group definition.
setResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
The resource query that determines which AWS resources are members of the resource group.
setResourceType(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
The resource type of a resource, such as AWS::EC2::Instance.
setTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The tags to add to the group.
setTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
The tags associated with the group.
setTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
The tags associated with the specified resource.
setTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
The tags to add to the specified resource.
setTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.TagResult
The tags that have been added to the specified resource.
setType(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The type of the query.
setValues(Collection<String>) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
One or more filter values.
shutdown() - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
shutdown() - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClientBuilder
 

T

tag(TagRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
tag(TagRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Adds specified tags to a resource with the specified ARN.
tag(TagRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Adds specified tags to a resource with the specified ARN.
tagAsync(TagRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
tagAsync(TagRequest, AsyncHandler<TagRequest, TagResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
tagAsync(TagRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Adds specified tags to a resource with the specified ARN.
tagAsync(TagRequest, AsyncHandler<TagRequest, TagResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Adds specified tags to a resource with the specified ARN.
tagAsync(TagRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
tagAsync(TagRequest, AsyncHandler<TagRequest, TagResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
TagRequest - Class in com.amazonaws.services.resourcegroups.model
 
TagRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.TagRequest
 
TagResult - Class in com.amazonaws.services.resourcegroups.model
 
TagResult() - Constructor for class com.amazonaws.services.resourcegroups.model.TagResult
 
TooManyRequestsException - Exception in com.amazonaws.services.resourcegroups.model
The caller has exceeded throttling limits.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.Group
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.resourcegroups.model.QueryType
 
toString() - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.resourcegroups.model.ResourceFilterName
 
toString() - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.TagResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
Returns a string representation of this object; useful for testing and debugging.

U

UnauthorizedException - Exception in com.amazonaws.services.resourcegroups.model
The request has not been applied because it lacks valid authentication credentials for the target resource.
UnauthorizedException(String) - Constructor for exception com.amazonaws.services.resourcegroups.model.UnauthorizedException
Constructs a new UnauthorizedException with the specified error message.
untag(UntagRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
untag(UntagRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Deletes specified tags from a specified resource.
untag(UntagRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Deletes specified tags from a specified resource.
untagAsync(UntagRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
untagAsync(UntagRequest, AsyncHandler<UntagRequest, UntagResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
untagAsync(UntagRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Deletes specified tags from a specified resource.
untagAsync(UntagRequest, AsyncHandler<UntagRequest, UntagResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Deletes specified tags from a specified resource.
untagAsync(UntagRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
untagAsync(UntagRequest, AsyncHandler<UntagRequest, UntagResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
UntagRequest - Class in com.amazonaws.services.resourcegroups.model
 
UntagRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.UntagRequest
 
UntagResult - Class in com.amazonaws.services.resourcegroups.model
 
UntagResult() - Constructor for class com.amazonaws.services.resourcegroups.model.UntagResult
 
updateGroup(UpdateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
updateGroup(UpdateGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Updates an existing group with a new or changed description.
updateGroup(UpdateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Updates an existing group with a new or changed description.
updateGroupAsync(UpdateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
updateGroupAsync(UpdateGroupRequest, AsyncHandler<UpdateGroupRequest, UpdateGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
updateGroupAsync(UpdateGroupRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Updates an existing group with a new or changed description.
updateGroupAsync(UpdateGroupRequest, AsyncHandler<UpdateGroupRequest, UpdateGroupResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Updates an existing group with a new or changed description.
updateGroupAsync(UpdateGroupRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
updateGroupAsync(UpdateGroupRequest, AsyncHandler<UpdateGroupRequest, UpdateGroupResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
updateGroupQuery(UpdateGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroups
 
updateGroupQuery(UpdateGroupQueryRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroups
Updates the resource query of a group.
updateGroupQuery(UpdateGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsClient
Updates the resource query of a group.
updateGroupQueryAsync(UpdateGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
updateGroupQueryAsync(UpdateGroupQueryRequest, AsyncHandler<UpdateGroupQueryRequest, UpdateGroupQueryResult>) - Method in class com.amazonaws.services.resourcegroups.AbstractAWSResourceGroupsAsync
 
updateGroupQueryAsync(UpdateGroupQueryRequest) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Updates the resource query of a group.
updateGroupQueryAsync(UpdateGroupQueryRequest, AsyncHandler<UpdateGroupQueryRequest, UpdateGroupQueryResult>) - Method in interface com.amazonaws.services.resourcegroups.AWSResourceGroupsAsync
Updates the resource query of a group.
updateGroupQueryAsync(UpdateGroupQueryRequest) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
updateGroupQueryAsync(UpdateGroupQueryRequest, AsyncHandler<UpdateGroupQueryRequest, UpdateGroupQueryResult>) - Method in class com.amazonaws.services.resourcegroups.AWSResourceGroupsAsyncClient
 
UpdateGroupQueryRequest - Class in com.amazonaws.services.resourcegroups.model
 
UpdateGroupQueryRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
 
UpdateGroupQueryResult - Class in com.amazonaws.services.resourcegroups.model
 
UpdateGroupQueryResult() - Constructor for class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
 
UpdateGroupRequest - Class in com.amazonaws.services.resourcegroups.model
 
UpdateGroupRequest() - Constructor for class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
 
UpdateGroupResult - Class in com.amazonaws.services.resourcegroups.model
 
UpdateGroupResult() - Constructor for class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.resourcegroups.model.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.resourcegroups.model.ResourceFilterName
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.resourcegroups.model.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.resourcegroups.model.ResourceFilterName
Returns an array containing the constants of this enum type, in the order they are declared.

W

withArn(String) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsRequest
The ARN of the resource for which you want a list of tags.
withArn(String) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
The ARN of the tagged resource.
withArn(String) - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
The ARN of the resource to which to add tags.
withArn(String) - Method in class com.amazonaws.services.resourcegroups.model.TagResult
The ARN of the tagged resource.
withArn(String) - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The ARN of the resource from which to remove tags.
withArn(String) - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The ARN of the resource from which tags have been removed.
withDescription(String) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The description of the resource group.
withDescription(String) - Method in class com.amazonaws.services.resourcegroups.model.Group
The description of the resource group.
withDescription(String) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
The description of the resource group.
withFilters(ResourceFilter...) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
withFilters(Collection<ResourceFilter>) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
withGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
A full description of the resource group after it is created.
withGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupResult
A full description of the deleted resource group.
withGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupResult
A full description of the resource group.
withGroup(Group) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupResult
The full description of the resource group after it has been updated.
withGroupArn(String) - Method in class com.amazonaws.services.resourcegroups.model.Group
The ARN of a resource group.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.DeleteGroupRequest
The name of the resource group to delete.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryRequest
The name of the resource group.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupRequest
The name of the resource group.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
The name of a resource group that is associated with a specific resource query.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The name of the resource group.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
The name of the resource group for which you want to edit the query.
withGroupName(String) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupRequest
The name of the resource group for which you want to update its description.
withGroupQuery(GroupQuery) - Method in class com.amazonaws.services.resourcegroups.model.GetGroupQueryResult
The resource query associated with the specified group.
withGroupQuery(GroupQuery) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryResult
The resource query associated with the resource group after the update.
withGroups(Group...) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
A list of resource groups.
withGroups(Collection<Group>) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
A list of resource groups.
withKeys(String...) - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The keys of the tags to be removed.
withKeys(Collection<String>) - Method in class com.amazonaws.services.resourcegroups.model.UntagRequest
The keys of the tags to be removed.
withKeys(String...) - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The keys of tags that have been removed.
withKeys(Collection<String>) - Method in class com.amazonaws.services.resourcegroups.model.UntagResult
The keys of tags that have been removed.
withMaxResults(Integer) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
The maximum number of resource group results that are returned by ListGroups in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The maximum number of group member ARNs returned by SearchResources in paginated output.
withName(String) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The name of the group, which is the identifier of the group in other operations.
withName(String) - Method in class com.amazonaws.services.resourcegroups.model.Group
The name of a resource group.
withName(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
The name of the filter.
withName(ResourceFilterName) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
The name of the filter.
withNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesRequest
The NextToken value that is returned in a paginated ListGroupResources request.
withNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The NextToken value to include in a subsequent ListGroupResources request, to get more results.
withNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsRequest
The NextToken value that is returned in a paginated ListGroups request.
withNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupsResult
The NextToken value to include in a subsequent ListGroups request, to get more results.
withNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The NextToken value that is returned in a paginated SearchResources request.
withNextToken(String) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The NextToken value to include in a subsequent SearchResources request, to get more results.
withQuery(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The query that defines a group or a search.
withResourceArn(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
The ARN of a resource.
withResourceIdentifiers(ResourceIdentifier...) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
withResourceIdentifiers(Collection<ResourceIdentifier>) - Method in class com.amazonaws.services.resourcegroups.model.ListGroupResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
withResourceIdentifiers(ResourceIdentifier...) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
withResourceIdentifiers(Collection<ResourceIdentifier>) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesResult
The ARNs and resource types of resources that are members of the group that you specified.
withResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The resource query that determines which AWS resources are members of this group.
withResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
The resource query associated with the group.
withResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.GroupQuery
The resource query which determines which AWS resources are members of the associated resource group.
withResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.SearchResourcesRequest
The search query, using the same formats that are supported for resource group definition.
withResourceQuery(ResourceQuery) - Method in class com.amazonaws.services.resourcegroups.model.UpdateGroupQueryRequest
The resource query that determines which AWS resources are members of the resource group.
withResourceType(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceIdentifier
The resource type of a resource, such as AWS::EC2::Instance.
withTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupRequest
The tags to add to the group.
withTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.CreateGroupResult
The tags associated with the group.
withTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.GetTagsResult
The tags associated with the specified resource.
withTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.TagRequest
The tags to add to the specified resource.
withTags(Map<String, String>) - Method in class com.amazonaws.services.resourcegroups.model.TagResult
The tags that have been added to the specified resource.
withType(String) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The type of the query.
withType(QueryType) - Method in class com.amazonaws.services.resourcegroups.model.ResourceQuery
The type of the query.
withValues(String...) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
One or more filter values.
withValues(Collection<String>) - Method in class com.amazonaws.services.resourcegroups.model.ResourceFilter
One or more filter values.
A B C D E F G H I L M N Q R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.