Uses of Interface
software.amazon.awssdk.services.inspector2.model.ListCisScansResponse.Builder
-
Packages that use ListCisScansResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of ListCisScansResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return ListCisScansResponse.Builder Modifier and Type Method Description static ListCisScansResponse.BuilderListCisScansResponse. builder()ListCisScansResponse.BuilderListCisScansResponse.Builder. nextToken(String nextToken)The pagination token from a previous request that's used to retrieve the next page of results.ListCisScansResponse.BuilderListCisScansResponse.Builder. scans(Collection<CisScan> scans)The CIS scans.ListCisScansResponse.BuilderListCisScansResponse.Builder. scans(Consumer<CisScan.Builder>... scans)The CIS scans.ListCisScansResponse.BuilderListCisScansResponse.Builder. scans(CisScan... scans)The CIS scans.ListCisScansResponse.BuilderListCisScansResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type ListCisScansResponse.Builder Modifier and Type Method Description static Class<? extends ListCisScansResponse.Builder>ListCisScansResponse. serializableBuilderClass()
-