Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationItem> |
GetResourceConfigHistoryResult.configurationItems
A list that contains the configuration history of one or more resources.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ConfigurationItem.addTagsEntry(java.lang.String key,
java.lang.String value) |
ConfigurationItem |
ConfigurationItem.clearTagsEntries()
Removes all the entries added into Tags.
|
ConfigurationItem |
ConfigurationItem.clone() |
ConfigurationItem |
ConfigurationItem.withAccountId(java.lang.String accountId)
The 12 digit AWS account ID associated with the resource.
|
ConfigurationItem |
ConfigurationItem.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the resource.
|
ConfigurationItem |
ConfigurationItem.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone associated with the resource.
|
ConfigurationItem |
ConfigurationItem.withAwsRegion(java.lang.String awsRegion)
The region where the resource resides.
|
ConfigurationItem |
ConfigurationItem.withConfiguration(java.lang.String configuration)
The description of the resource configuration.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemCaptureTime(java.util.Date configurationItemCaptureTime)
The time when the configuration recording was initiated.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemMD5Hash(java.lang.String configurationItemMD5Hash)
Unique MD5 hash that represents the configuration item's state.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemStatus(ConfigurationItemStatus configurationItemStatus)
The configuration item status.
|
ConfigurationItem |
ConfigurationItem.withConfigurationItemStatus(java.lang.String configurationItemStatus)
The configuration item status.
|
ConfigurationItem |
ConfigurationItem.withConfigurationStateId(java.lang.String configurationStateId)
An identifier that indicates the ordering of the configuration items of a
resource.
|
ConfigurationItem |
ConfigurationItem.withRelatedEvents(java.util.Collection<java.lang.String> relatedEvents)
A list of CloudTrail event IDs.
|
ConfigurationItem |
ConfigurationItem.withRelatedEvents(java.lang.String... relatedEvents)
A list of CloudTrail event IDs.
|
ConfigurationItem |
ConfigurationItem.withRelationships(java.util.Collection<Relationship> relationships)
A list of related AWS resources.
|
ConfigurationItem |
ConfigurationItem.withRelationships(Relationship... relationships)
A list of related AWS resources.
|
ConfigurationItem |
ConfigurationItem.withResourceCreationTime(java.util.Date resourceCreationTime)
The time stamp when the resource was created.
|
ConfigurationItem |
ConfigurationItem.withResourceId(java.lang.String resourceId)
The ID of the resource (for example.,
sg-xxxxxx ). |
ConfigurationItem |
ConfigurationItem.withResourceName(java.lang.String resourceName)
The custom name of the resource, if available.
|
ConfigurationItem |
ConfigurationItem.withResourceType(ResourceType resourceType)
The type of AWS resource.
|
ConfigurationItem |
ConfigurationItem.withResourceType(java.lang.String resourceType)
The type of AWS resource.
|
ConfigurationItem |
ConfigurationItem.withTags(java.util.Map<java.lang.String,java.lang.String> tags)
A mapping of key value tags associated with the resource.
|
ConfigurationItem |
ConfigurationItem.withVersion(java.lang.String version)
The version number of the resource configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
GetResourceConfigHistoryResult |
GetResourceConfigHistoryResult.withConfigurationItems(java.util.Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ConfigurationItemJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationItemJsonMarshaller.marshall(ConfigurationItem configurationItem,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|