Uses of Class
com.amazonaws.services.config.model.ResourceIdentifier
-
Packages that use ResourceIdentifier Package Description com.amazonaws.services.config.model -
-
Uses of ResourceIdentifier in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ResourceIdentifier Modifier and Type Method 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.Methods in com.amazonaws.services.config.model that return types with arguments of type ResourceIdentifier Modifier and Type Method 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.Methods in com.amazonaws.services.config.model with parameters of type ResourceIdentifier Modifier and Type Method 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.Method parameters in com.amazonaws.services.config.model with type arguments of type ResourceIdentifier Modifier and Type Method 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.
-