Uses of Class
software.amazon.awssdk.services.config.model.ResourceIdentifier
-
Packages that use ResourceIdentifier Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of ResourceIdentifier in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ResourceIdentifier Modifier and Type Method 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.Methods in software.amazon.awssdk.services.config.model with parameters of type ResourceIdentifier Modifier and Type Method Description ListDiscoveredResourcesResponse.BuilderListDiscoveredResourcesResponse.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.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ResourceIdentifier Modifier and Type Method Description ListDiscoveredResourcesResponse.BuilderListDiscoveredResourcesResponse.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. -
Uses of ResourceIdentifier in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ResourceIdentifier Modifier and Type Method Description SdkIterable<ResourceIdentifier>ListDiscoveredResourcesIterable. resourceIdentifiers()Returns an iterable to iterate through the paginatedListDiscoveredResourcesResponse.resourceIdentifiers()member.SdkPublisher<ResourceIdentifier>ListDiscoveredResourcesPublisher. resourceIdentifiers()Returns a publisher that can be used to get a stream of data.
-