Uses of Interface
software.amazon.awssdk.services.securityhub.model.ListFindingAggregatorsRequest.Builder
-
Packages that use ListFindingAggregatorsRequest.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 ListFindingAggregatorsRequest.Builder in software.amazon.awssdk.services.securityhub
-
Uses of ListFindingAggregatorsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ListFindingAggregatorsRequest.Builder Modifier and Type Method Description static ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest. builder()ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. nextToken(String nextToken)The token returned with the previous set of results.ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFindingAggregatorsRequest.BuilderListFindingAggregatorsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ListFindingAggregatorsRequest.Builder Modifier and Type Method Description static Class<? extends ListFindingAggregatorsRequest.Builder>ListFindingAggregatorsRequest. serializableBuilderClass()
-