Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeResourceScanResponse.Builder
Packages that use DescribeResourceScanResponse.Builder
-
Uses of DescribeResourceScanResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeResourceScanResponse.BuilderModifier and TypeMethodDescriptionDescribeResourceScanResponse.builder()The time that the resource scan was finished.DescribeResourceScanResponse.Builder.percentageCompleted(Double percentageCompleted) The percentage of the resource scan that has been completed.DescribeResourceScanResponse.Builder.resourceScanId(String resourceScanId) The Amazon Resource Name (ARN) of the resource scan.DescribeResourceScanResponse.Builder.resourcesRead(Integer resourcesRead) The number of resources that were read.DescribeResourceScanResponse.Builder.resourcesScanned(Integer resourcesScanned) The number of resources that were listed.DescribeResourceScanResponse.Builder.resourceTypes(String... resourceTypes) The list of resource types for the specified scan.DescribeResourceScanResponse.Builder.resourceTypes(Collection<String> resourceTypes) The list of resource types for the specified scan.DescribeResourceScanResponse.Builder.scanFilters(Collection<ScanFilter> scanFilters) The scan filters that were used.DescribeResourceScanResponse.Builder.scanFilters(Consumer<ScanFilter.Builder>... scanFilters) The scan filters that were used.DescribeResourceScanResponse.Builder.scanFilters(ScanFilter... scanFilters) The scan filters that were used.The time that the resource scan was started.Status of the resource scan.DescribeResourceScanResponse.Builder.status(ResourceScanStatus status) Status of the resource scan.DescribeResourceScanResponse.Builder.statusReason(String statusReason) The reason for the resource scan status, providing more information if a failure happened.DescribeResourceScanResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeResourceScanResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeResourceScanResponse.Builder>DescribeResourceScanResponse.serializableBuilderClass()