| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifier |
ResourceIdentifier.clone() |
ResourceIdentifier |
ListGroupResourcesItem.getIdentifier() |
ResourceIdentifier |
ResourceIdentifier.withResourceArn(String resourceArn)
The ARN of a resource.
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(String resourceType)
The resource type of a resource, such as
AWS::EC2::Instance. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceIdentifier> |
ListGroupResourcesResult.getResourceIdentifiers()
Deprecated.
|
List<ResourceIdentifier> |
SearchResourcesResult.getResourceIdentifiers()
The ARNs and resource types of resources that are members of the group that you specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupResourcesItem.setIdentifier(ResourceIdentifier identifier) |
ListGroupResourcesItem |
ListGroupResourcesItem.withIdentifier(ResourceIdentifier identifier) |
ListGroupResourcesResult |
ListGroupResourcesResult.withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
Deprecated.
|
SearchResourcesResult |
SearchResourcesResult.withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupResourcesResult.setResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
Deprecated.
|
void |
SearchResourcesResult.setResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
Deprecated.
|
SearchResourcesResult |
SearchResourcesResult.withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
Copyright © 2021. All rights reserved.