ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.clone() |
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withIncludeDeletedResources(Boolean includeDeletedResources) |
Specifies whether AWS Config includes deleted resources in the results.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withLimit(Integer limit) |
The maximum number of resource identifiers returned on each page.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withNextToken(String nextToken) |
The nextToken string returned on a previous page that you
use to get the next page of results in a paginated response.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceIds(String... resourceIds) |
The IDs of only those resources that you want AWS Config to list in the
response.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceIds(Collection<String> resourceIds) |
The IDs of only those resources that you want AWS Config to list in the
response.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceName(String resourceName) |
The custom name of only those resources that you want AWS Config to list
in the response.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceType(ResourceType resourceType) |
The type of resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceType(String resourceType) |
The type of resources that you want AWS Config to list in the response.
|