Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetInsightResultsResponse.Builder
-
Packages that use GetInsightResultsResponse.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of GetInsightResultsResponse.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetInsightResultsResponse.Builder Modifier and Type Method Description static GetInsightResultsResponse.BuilderGetInsightResultsResponse. builder()default GetInsightResultsResponse.BuilderGetInsightResultsResponse.Builder. insightResults(Consumer<InsightResults.Builder> insightResults)The insight results returned by the operation.GetInsightResultsResponse.BuilderGetInsightResultsResponse.Builder. insightResults(InsightResults insightResults)The insight results returned by the operation.GetInsightResultsResponse.BuilderGetInsightResultsResponse. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetInsightResultsResponse.Builder Modifier and Type Method Description static Class<? extends GetInsightResultsResponse.Builder>GetInsightResultsResponse. serializableBuilderClass()
-