Uses of Interface
software.amazon.awssdk.services.detective.model.ListInvestigationsRequest.Builder
-
Packages that use ListInvestigationsRequest.Builder Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.model -
-
Uses of ListInvestigationsRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type ListInvestigationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInvestigationsResponse>DetectiveAsyncClient. listInvestigations(Consumer<ListInvestigationsRequest.Builder> listInvestigationsRequest)List all Investigations.default ListInvestigationsResponseDetectiveClient. listInvestigations(Consumer<ListInvestigationsRequest.Builder> listInvestigationsRequest)List all Investigations. -
Uses of ListInvestigationsRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return ListInvestigationsRequest.Builder Modifier and Type Method Description static ListInvestigationsRequest.BuilderListInvestigationsRequest. builder()default ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)Filter the investigation results based on a criteria.ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. filterCriteria(FilterCriteria filterCriteria)Filter the investigation results based on a criteria.ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. graphArn(String graphArn)The ARN of the behavior graph.ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. maxResults(Integer maxResults)List the maximum number of investigations in a page.ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. nextToken(String nextToken)List if there are more results available.ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)Sorts the investigation results based on a criteria.ListInvestigationsRequest.BuilderListInvestigationsRequest.Builder. sortCriteria(SortCriteria sortCriteria)Sorts the investigation results based on a criteria.ListInvestigationsRequest.BuilderListInvestigationsRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type ListInvestigationsRequest.Builder Modifier and Type Method Description static Class<? extends ListInvestigationsRequest.Builder>ListInvestigationsRequest. serializableBuilderClass()
-