Uses of Interface
software.amazon.awssdk.services.securityhub.model.GetInsightsRequest.Builder
-
Packages that use GetInsightsRequest.Builder Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.model -
-
Uses of GetInsightsRequest.Builder in software.amazon.awssdk.services.securityhub
-
Uses of GetInsightsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return GetInsightsRequest.Builder Modifier and Type Method Description static GetInsightsRequest.BuilderGetInsightsRequest. builder()GetInsightsRequest.BuilderGetInsightsRequest.Builder. insightArns(String... insightArns)The ARNs of the insights to describe.GetInsightsRequest.BuilderGetInsightsRequest.Builder. insightArns(Collection<String> insightArns)The ARNs of the insights to describe.GetInsightsRequest.BuilderGetInsightsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return in the response.GetInsightsRequest.BuilderGetInsightsRequest.Builder. nextToken(String nextToken)The token that is required for pagination.GetInsightsRequest.BuilderGetInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightsRequest.BuilderGetInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInsightsRequest.BuilderGetInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type GetInsightsRequest.Builder Modifier and Type Method Description static Class<? extends GetInsightsRequest.Builder>GetInsightsRequest. serializableBuilderClass()
-