Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceIdentifier> |
ListDiscoveredResourcesResult.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 |
---|---|
ResourceIdentifier |
ResourceIdentifier.clone() |
ResourceIdentifier |
ResourceIdentifier.withResourceDeletionTime(java.util.Date resourceDeletionTime)
The time that the resource was deleted.
|
ResourceIdentifier |
ResourceIdentifier.withResourceId(java.lang.String resourceId)
The ID of the resource (for example.,
sg-xxxxxx ). |
ResourceIdentifier |
ResourceIdentifier.withResourceName(java.lang.String resourceName)
The custom name of the resource (if available).
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(ResourceType resourceType)
The type of resource.
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(java.lang.String resourceType)
The type of resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier |
ResourceIdentifierJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceIdentifierJsonMarshaller.marshall(ResourceIdentifier resourceIdentifier,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|