Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetInsightsResponse.Builder
-
Packages that use GetInsightsResponse.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of GetInsightsResponse.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetInsightsResponse.Builder Modifier and Type Method Description static GetInsightsResponse.BuilderGetInsightsResponse. builder()GetInsightsResponse.BuilderGetInsightsResponse.Builder. insights(Collection<Insight> insights)The insights returned by the operation.GetInsightsResponse.BuilderGetInsightsResponse.Builder. insights(Consumer<Insight.Builder>... insights)The insights returned by the operation.GetInsightsResponse.BuilderGetInsightsResponse.Builder. insights(Insight... insights)The insights returned by the operation.GetInsightsResponse.BuilderGetInsightsResponse.Builder. nextToken(String nextToken)The pagination token to use to request the next page of results.GetInsightsResponse.BuilderGetInsightsResponse. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetInsightsResponse.Builder Modifier and Type Method Description static Class<? extends GetInsightsResponse.Builder>GetInsightsResponse. serializableBuilderClass()
-