Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ConfigurationItem.addTagsEntry(String key,
String value) |
ConfigurationItem |
ConfigurationItem.clearTagsEntries()
Removes all the entries added into Tags.
|
ConfigurationItem |
ConfigurationItem.clone() |
ConfigurationItem |
ConfigurationItem.withAccountId(String accountId)
The 12 digit AWS account ID associated with the resource.
|
ConfigurationItem |
ConfigurationItem.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ConfigurationItem |
ConfigurationItem.withAvailabilityZone(String availabilityZone)
The Availability Zone associated with the resource.
|
ConfigurationItem |
ConfigurationItem.withAwsRegion(String awsRegion)
The region where the resource resides.
|
ConfigurationItem |
ConfigurationItem.withConfiguration(String configuration)
The description of the resource configuration.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemCaptureTime(Date configurationItemCaptureTime)
The time when the configuration recording was initiated.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemMD5Hash(String configurationItemMD5Hash)
Unique MD5 hash that represents the configuration item's state.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemStatus(ConfigurationItemStatus configurationItemStatus)
The configuration item status.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemStatus(String configurationItemStatus)
The configuration item status.
|
ConfigurationItem |
ConfigurationItem.withConfigurationStateId(String configurationStateId)
An identifier that indicates the ordering of the configuration items of a
resource.
|
ConfigurationItem |
ConfigurationItem.withRelatedEvents(Collection<String> relatedEvents)
A list of CloudTrail event IDs.
|
ConfigurationItem |
ConfigurationItem.withRelatedEvents(String... relatedEvents)
A list of CloudTrail event IDs.
|
ConfigurationItem |
ConfigurationItem.withRelationships(Collection<Relationship> relationships)
A list of related AWS resources.
|
ConfigurationItem |
ConfigurationItem.withRelationships(Relationship... relationships)
A list of related AWS resources.
|
ConfigurationItem |
ConfigurationItem.withResourceCreationTime(Date resourceCreationTime)
The time stamp when the resource was created.
|
ConfigurationItem |
ConfigurationItem.withResourceId(String resourceId)
The ID of the resource (for example.,
sg-xxxxxx ). |
ConfigurationItem |
ConfigurationItem.withResourceName(String resourceName)
The custom name of the resource, if available.
|
ConfigurationItem |
ConfigurationItem.withResourceType(ResourceType resourceType)
The type of AWS resource.
|
ConfigurationItem |
ConfigurationItem.withResourceType(String resourceType)
The type of AWS resource.
|
ConfigurationItem |
ConfigurationItem.withTags(Map<String,String> tags)
A mapping of key value tags associated with the resource.
|
ConfigurationItem |
ConfigurationItem.withVersion(String version)
The version number of the resource configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationItem> |
GetResourceConfigHistoryResult.getConfigurationItems()
A list that contains the configuration history of one or more resources.
|
Modifier and Type | Method and Description |
---|---|
GetResourceConfigHistoryResult |
GetResourceConfigHistoryResult.withConfigurationItems(ConfigurationItem... configurationItems)
A list that contains the configuration history of one or more resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GetResourceConfigHistoryResult.setConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
GetResourceConfigHistoryResult |
GetResourceConfigHistoryResult.withConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
Copyright © 2018. All rights reserved.