Uses of Class
software.amazon.awssdk.services.detective.model.StartInvestigationResponse
-
Packages that use StartInvestigationResponse 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 StartInvestigationResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return StartInvestigationResponse Modifier and Type Method Description default StartInvestigationResponseDetectiveClient. startInvestigation(Consumer<StartInvestigationRequest.Builder> startInvestigationRequest)initiate an investigation on an entity in a graphdefault StartInvestigationResponseDetectiveClient. startInvestigation(StartInvestigationRequest startInvestigationRequest)initiate an investigation on an entity in a graphMethods in software.amazon.awssdk.services.detective that return types with arguments of type StartInvestigationResponse Modifier and Type Method Description default CompletableFuture<StartInvestigationResponse>DetectiveAsyncClient. startInvestigation(Consumer<StartInvestigationRequest.Builder> startInvestigationRequest)initiate an investigation on an entity in a graphdefault CompletableFuture<StartInvestigationResponse>DetectiveAsyncClient. startInvestigation(StartInvestigationRequest startInvestigationRequest)initiate an investigation on an entity in a graph
-