| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model | |
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceIdentifier> |
ListDiscoveredResourcesResponse.resourceIdentifiers()
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if
available) the custom resource name.
|
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveredResourcesResponse.Builder |
ListDiscoveredResourcesResponse.Builder.resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if
available) the custom resource name.
|
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveredResourcesResponse.Builder |
ListDiscoveredResourcesResponse.Builder.resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if
available) the custom resource name.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ResourceIdentifier> |
ListDiscoveredResourcesIterable.resourceIdentifiers()
Returns an iterable to iterate through the paginated
ListDiscoveredResourcesResponse.resourceIdentifiers() member. |
SdkPublisher<ResourceIdentifier> |
ListDiscoveredResourcesPublisher.resourceIdentifiers()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.