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