| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withArn(String arn)
The Amazon resource name
(ARN) of the resource.
|
Resource |
Resource.withLastReportedAt(Date lastReportedAt)
The date and time that Resource Explorer last queried this resource and updated the index with the latest
information about the resource.
|
Resource |
Resource.withOwningAccountId(String owningAccountId)
The Amazon Web Services account that owns the resource.
|
Resource |
Resource.withProperties(Collection<ResourceProperty> properties)
A structure with additional type-specific details about the resource.
|
Resource |
Resource.withProperties(ResourceProperty... properties)
A structure with additional type-specific details about the resource.
|
Resource |
Resource.withRegion(String region)
The Amazon Web Services Region in which the resource was created and exists.
|
Resource |
Resource.withResourceType(String resourceType)
The type of the resource.
|
Resource |
Resource.withService(String service)
The Amazon Web Service that owns the resource and is responsible for creating and updating it.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
SearchResult.getResources()
The list of structures that describe the resources that match the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.withResources(Resource... resources)
The list of structures that describe the resources that match the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.setResources(Collection<Resource> resources)
The list of structures that describe the resources that match the query.
|
SearchResult |
SearchResult.withResources(Collection<Resource> resources)
The list of structures that describe the resources that match the query.
|
Copyright © 2025. All rights reserved.