Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.AnalyzedResourceSummary
-
Packages that use AnalyzedResourceSummary Package Description software.amazon.awssdk.services.accessanalyzer.model software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of AnalyzedResourceSummary in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type AnalyzedResourceSummary Modifier and Type Method Description List<AnalyzedResourceSummary>ListAnalyzedResourcesResponse. analyzedResources()A list of resources that were analyzed.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type AnalyzedResourceSummary Modifier and Type Method Description ListAnalyzedResourcesResponse.BuilderListAnalyzedResourcesResponse.Builder. analyzedResources(AnalyzedResourceSummary... analyzedResources)A list of resources that were analyzed.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type AnalyzedResourceSummary Modifier and Type Method Description ListAnalyzedResourcesResponse.BuilderListAnalyzedResourcesResponse.Builder. analyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)A list of resources that were analyzed. -
Uses of AnalyzedResourceSummary in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type AnalyzedResourceSummary Modifier and Type Method Description SdkIterable<AnalyzedResourceSummary>ListAnalyzedResourcesIterable. analyzedResources()Returns an iterable to iterate through the paginatedListAnalyzedResourcesResponse.analyzedResources()member.SdkPublisher<AnalyzedResourceSummary>ListAnalyzedResourcesPublisher. analyzedResources()Returns a publisher that can be used to get a stream of data.
-