Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ScanType
Packages that use ScanType
-
Uses of ScanType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ScanTypeModifier and TypeMethodDescriptionstatic ScanTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ScanTypeResourceScanSummary.scanType()The scan type that has been completed.final ScanTypeListResourceScansRequest.scanTypeFilter()The scan type that you want to get summary information about.static ScanTypeReturns the enum constant of this type with the specified name.static ScanType[]ScanType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ScanTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ScanTypeModifier and TypeMethodDescriptionThe scan type that has been completed.ListResourceScansRequest.Builder.scanTypeFilter(ScanType scanTypeFilter) The scan type that you want to get summary information about.