Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ScanFilter.Builder
-
Packages that use ScanFilter.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ScanFilter.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ScanFilter.Builder Modifier and Type Method Description static ScanFilter.BuilderScanFilter. builder()ScanFilter.BuilderScanFilter. toBuilder()ScanFilter.BuilderScanFilter.Builder. types(String... types)An array of strings where each string represents an Amazon Web Services resource type you want to scan.ScanFilter.BuilderScanFilter.Builder. types(Collection<String> types)An array of strings where each string represents an Amazon Web Services resource type you want to scan.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ScanFilter.Builder Modifier and Type Method Description static Class<? extends ScanFilter.Builder>ScanFilter. serializableBuilderClass()
-