Uses of Interface
software.amazon.awssdk.services.macie2.model.GetFindingsResponse.Builder
-
Packages that use GetFindingsResponse.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of GetFindingsResponse.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GetFindingsResponse.Builder Modifier and Type Method Description static GetFindingsResponse.BuilderGetFindingsResponse. builder()GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Collection<Finding> findings)An array of objects, one for each finding that matches the criteria specified in the request.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Consumer<Finding.Builder>... findings)An array of objects, one for each finding that matches the criteria specified in the request.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Finding... findings)An array of objects, one for each finding that matches the criteria specified in the request.GetFindingsResponse.BuilderGetFindingsResponse. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GetFindingsResponse.Builder Modifier and Type Method Description static Class<? extends GetFindingsResponse.Builder>GetFindingsResponse. serializableBuilderClass()
-