Uses of Class
software.amazon.awssdk.services.detective.model.ListInvestigationsResponse
-
Packages that use ListInvestigationsResponse 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. -
-
Uses of ListInvestigationsResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return ListInvestigationsResponse Modifier and Type Method Description default ListInvestigationsResponseDetectiveClient. listInvestigations(Consumer<ListInvestigationsRequest.Builder> listInvestigationsRequest)List all Investigations.default ListInvestigationsResponseDetectiveClient. listInvestigations(ListInvestigationsRequest listInvestigationsRequest)List all Investigations.Methods in software.amazon.awssdk.services.detective that return types with arguments of type ListInvestigationsResponse Modifier and Type Method Description default CompletableFuture<ListInvestigationsResponse>DetectiveAsyncClient. listInvestigations(Consumer<ListInvestigationsRequest.Builder> listInvestigationsRequest)List all Investigations.default CompletableFuture<ListInvestigationsResponse>DetectiveAsyncClient. listInvestigations(ListInvestigationsRequest listInvestigationsRequest)List all Investigations.
-