Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier |
ResourceIdentifier.clone() |
ResourceIdentifier |
ResourceIdentifier.withResourceDeletionTime(Date resourceDeletionTime)
The time that the resource was deleted.
|
ResourceIdentifier |
ResourceIdentifier.withResourceId(String resourceId)
The ID of the resource (for example.,
sg-xxxxxx ). |
ResourceIdentifier |
ResourceIdentifier.withResourceName(String resourceName)
The custom name of the resource (if available).
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(ResourceType resourceType)
The type of resource.
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(String resourceType)
The type of resource.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceIdentifier> |
ListDiscoveredResourcesResult.getResourceIdentifiers()
The details that identify a resource that is discovered by AWS Config,
including the resource type, ID, and (if available) the custom resource
name.
|
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesResult |
ListDiscoveredResourcesResult.withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config,
including the resource type, ID, and (if available) the custom resource
name.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDiscoveredResourcesResult.setResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config,
including the resource type, ID, and (if available) the custom resource
name.
|
ListDiscoveredResourcesResult |
ListDiscoveredResourcesResult.withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config,
including the resource type, ID, and (if available) the custom resource
name.
|
Copyright © 2018. All rights reserved.