Uses of Class
software.amazon.awssdk.services.cloudformation.model.ScannedResource
Packages that use ScannedResource
Package
Description
-
Uses of ScannedResource in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ScannedResourceModifier and TypeMethodDescriptionfinal List<ScannedResource>ListResourceScanRelatedResourcesResponse.relatedResources()List of up toMaxResultsresources in the specified resource scan related to the specified resources.final List<ScannedResource>ListResourceScanResourcesResponse.resources()List of up toMaxResultsresources in the specified resource scan that match all of the specified filters.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ScannedResourceModifier and TypeMethodDescriptionListResourceScanRelatedResourcesResponse.Builder.relatedResources(ScannedResource... relatedResources) List of up toMaxResultsresources in the specified resource scan related to the specified resources.ListResourceScanResourcesResponse.Builder.resources(ScannedResource... resources) List of up toMaxResultsresources in the specified resource scan that match all of the specified filters.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ScannedResourceModifier and TypeMethodDescriptionListResourceScanRelatedResourcesResponse.Builder.relatedResources(Collection<ScannedResource> relatedResources) List of up toMaxResultsresources in the specified resource scan related to the specified resources.ListResourceScanResourcesResponse.Builder.resources(Collection<ScannedResource> resources) List of up toMaxResultsresources in the specified resource scan that match all of the specified filters. -
Uses of ScannedResource in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type ScannedResourceModifier and TypeMethodDescriptionfinal SdkIterable<ScannedResource>ListResourceScanRelatedResourcesIterable.relatedResources()Returns an iterable to iterate through the paginatedListResourceScanRelatedResourcesResponse.relatedResources()member.final SdkPublisher<ScannedResource>ListResourceScanRelatedResourcesPublisher.relatedResources()Returns a publisher that can be used to get a stream of data.final SdkIterable<ScannedResource>ListResourceScanResourcesIterable.resources()Returns an iterable to iterate through the paginatedListResourceScanResourcesResponse.resources()member.final SdkPublisher<ScannedResource>ListResourceScanResourcesPublisher.resources()Returns a publisher that can be used to get a stream of data.