Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetFindingsResponse.Builder
-
Packages that use GetFindingsResponse.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of GetFindingsResponse.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetFindingsResponse.Builder Modifier and Type Method Description static GetFindingsResponse.BuilderGetFindingsResponse. builder()GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Collection<AwsSecurityFinding> findings)The findings that matched the filters specified in the request.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Consumer<AwsSecurityFinding.Builder>... findings)The findings that matched the filters specified in the request.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(AwsSecurityFinding... findings)The findings that matched the filters specified in the request.GetFindingsResponse.BuilderGetFindingsResponse.Builder. nextToken(String nextToken)The pagination token to use to request the next page of results.GetFindingsResponse.BuilderGetFindingsResponse. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetFindingsResponse.Builder Modifier and Type Method Description static Class<? extends GetFindingsResponse.Builder>GetFindingsResponse. serializableBuilderClass()
-