| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceProperty |
ResourceProperty.clone() |
ResourceProperty |
ResourceProperty.withLastReportedAt(Date lastReportedAt)
The date and time that the information about this resource property was last updated.
|
ResourceProperty |
ResourceProperty.withName(String name)
The name of this property of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceProperty> |
Resource.getProperties()
A structure with additional type-specific details about the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.withProperties(ResourceProperty... properties)
A structure with additional type-specific details about the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setProperties(Collection<ResourceProperty> properties)
A structure with additional type-specific details about the resource.
|
Resource |
Resource.withProperties(Collection<ResourceProperty> properties)
A structure with additional type-specific details about the resource.
|
Copyright © 2022. All rights reserved.