| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances,
Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria
that you define as tags.
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupResult |
AWSResourceGroupsClient.createGroup(CreateGroupRequest request)
Creates a resource group with the specified name and description.
|
CreateGroupResult |
AWSResourceGroups.createGroup(CreateGroupRequest createGroupRequest)
Creates a resource group with the specified name and description.
|
CreateGroupResult |
AbstractAWSResourceGroups.createGroup(CreateGroupRequest request) |
Future<CreateGroupResult> |
AWSResourceGroupsAsyncClient.createGroupAsync(CreateGroupRequest request) |
Future<CreateGroupResult> |
AWSResourceGroupsAsync.createGroupAsync(CreateGroupRequest createGroupRequest)
Creates a resource group with the specified name and description.
|
Future<CreateGroupResult> |
AbstractAWSResourceGroupsAsync.createGroupAsync(CreateGroupRequest request) |
Future<CreateGroupResult> |
AWSResourceGroupsAsyncClient.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Future<CreateGroupResult> |
AWSResourceGroupsAsync.createGroupAsync(CreateGroupRequest createGroupRequest,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler)
Creates a resource group with the specified name and description.
|
Future<CreateGroupResult> |
AbstractAWSResourceGroupsAsync.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGroupResult> |
AWSResourceGroupsAsyncClient.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Future<CreateGroupResult> |
AWSResourceGroupsAsync.createGroupAsync(CreateGroupRequest createGroupRequest,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler)
Creates a resource group with the specified name and description.
|
Future<CreateGroupResult> |
AbstractAWSResourceGroupsAsync.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest |
CreateGroupRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateGroupRequest |
CreateGroupRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGroupRequest |
CreateGroupRequest.clone() |
CreateGroupRequest |
CreateGroupRequest.withConfiguration(Collection<GroupConfigurationItem> configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the service
can interact with the resources in the group.
|
CreateGroupRequest |
CreateGroupRequest.withConfiguration(GroupConfigurationItem... configuration)
A configuration associates the resource group with an Amazon Web Services service and specifies how the service
can interact with the resources in the group.
|
CreateGroupRequest |
CreateGroupRequest.withDescription(String description)
The description of the resource group.
|
CreateGroupRequest |
CreateGroupRequest.withName(String name)
The name of the group, which is the identifier of the group in other operations.
|
CreateGroupRequest |
CreateGroupRequest.withResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which Amazon Web Services resources are members of this group.
|
CreateGroupRequest |
CreateGroupRequest.withTags(Map<String,String> tags)
The tags to add to the group.
|
Copyright © 2024. All rights reserved.