Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceScanSummary
Packages that use ResourceScanSummary
Package
Description
-
Uses of ResourceScanSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceScanSummaryModifier and TypeMethodDescriptionfinal List<ResourceScanSummary>ListResourceScansResponse.resourceScanSummaries()The list of scans returned.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceScanSummaryModifier and TypeMethodDescriptionListResourceScansResponse.Builder.resourceScanSummaries(ResourceScanSummary... resourceScanSummaries) The list of scans returned.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceScanSummaryModifier and TypeMethodDescriptionListResourceScansResponse.Builder.resourceScanSummaries(Collection<ResourceScanSummary> resourceScanSummaries) The list of scans returned. -
Uses of ResourceScanSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type ResourceScanSummaryModifier and TypeMethodDescriptionfinal SdkIterable<ResourceScanSummary>ListResourceScansIterable.resourceScanSummaries()Returns an iterable to iterate through the paginatedListResourceScansResponse.resourceScanSummaries()member.final SdkPublisher<ResourceScanSummary>ListResourceScansPublisher.resourceScanSummaries()Returns a publisher that can be used to get a stream of data.