Uses of Class
com.amazonaws.services.config.model.ResourceIdentifier
Packages that use ResourceIdentifier
-
Uses of ResourceIdentifier in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ResourceIdentifierModifier and TypeMethodDescriptionResourceIdentifier.clone()
ResourceIdentifier.withResourceDeletionTime
(Date resourceDeletionTime) The time that the resource was deleted.ResourceIdentifier.withResourceId
(String resourceId) The ID of the resource (for example.,sg-xxxxxx
).ResourceIdentifier.withResourceName
(String resourceName) The custom name of the resource (if available).ResourceIdentifier.withResourceType
(ResourceType resourceType) The type of resource.ResourceIdentifier.withResourceType
(String resourceType) The type of resource.Methods in com.amazonaws.services.config.model that return types with arguments of type ResourceIdentifierModifier and TypeMethodDescriptionListDiscoveredResourcesResult.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 ResourceIdentifierModifier and TypeMethodDescriptionListDiscoveredResourcesResult.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 ResourceIdentifierModifier and TypeMethodDescriptionvoid
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.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.