Uses of Class
software.amazon.awssdk.services.cloudformation.model.ScannedResource
-
Packages that use ScannedResource Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
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 ScannedResource Modifier and Type Method Description List<ScannedResource>ListResourceScanRelatedResourcesResponse. relatedResources()List of up toMaxResultsresources in the specified resource scan related to the specified resources.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 ScannedResource Modifier and Type Method Description ListResourceScanRelatedResourcesResponse.BuilderListResourceScanRelatedResourcesResponse.Builder. relatedResources(ScannedResource... relatedResources)List of up toMaxResultsresources in the specified resource scan related to the specified resources.ListResourceScanResourcesResponse.BuilderListResourceScanResourcesResponse.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 ScannedResource Modifier and Type Method Description ListResourceScanRelatedResourcesResponse.BuilderListResourceScanRelatedResourcesResponse.Builder. relatedResources(Collection<ScannedResource> relatedResources)List of up toMaxResultsresources in the specified resource scan related to the specified resources.ListResourceScanResourcesResponse.BuilderListResourceScanResourcesResponse.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 ScannedResource Modifier and Type Method Description SdkIterable<ScannedResource>ListResourceScanRelatedResourcesIterable. relatedResources()Returns an iterable to iterate through the paginatedListResourceScanRelatedResourcesResponse.relatedResources()member.SdkPublisher<ScannedResource>ListResourceScanRelatedResourcesPublisher. relatedResources()Returns a publisher that can be used to get a stream of data.SdkIterable<ScannedResource>ListResourceScanResourcesIterable. resources()Returns an iterable to iterate through the paginatedListResourceScanResourcesResponse.resources()member.SdkPublisher<ScannedResource>ListResourceScanResourcesPublisher. resources()Returns a publisher that can be used to get a stream of data.
-