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 ResourceIdentifierResourceIdentifier. clone()ResourceIdentifierResourceIdentifier. withResourceDeletionTime(Date resourceDeletionTime)The time that the resource was deleted.ResourceIdentifierResourceIdentifier. withResourceId(String resourceId)The ID of the resource (for example.,sg-xxxxxx).ResourceIdentifierResourceIdentifier. withResourceName(String resourceName)The custom name of the resource (if available).ResourceIdentifierResourceIdentifier. withResourceType(ResourceType resourceType)The type of resource.ResourceIdentifierResourceIdentifier. 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 ListDiscoveredResourcesResultListDiscoveredResourcesResult. 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 voidListDiscoveredResourcesResult. 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.ListDiscoveredResourcesResultListDiscoveredResourcesResult. 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.
-