Uses of Class
software.amazon.awssdk.services.detective.model.GetInvestigationResponse
-
Packages that use GetInvestigationResponse 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 GetInvestigationResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return GetInvestigationResponse Modifier and Type Method Description default GetInvestigationResponseDetectiveClient. getInvestigation(Consumer<GetInvestigationRequest.Builder> getInvestigationRequest)Returns the investigation results of an investigation for a behavior graph.default GetInvestigationResponseDetectiveClient. getInvestigation(GetInvestigationRequest getInvestigationRequest)Returns the investigation results of an investigation for a behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type GetInvestigationResponse Modifier and Type Method Description default CompletableFuture<GetInvestigationResponse>DetectiveAsyncClient. getInvestigation(Consumer<GetInvestigationRequest.Builder> getInvestigationRequest)Returns the investigation results of an investigation for a behavior graph.default CompletableFuture<GetInvestigationResponse>DetectiveAsyncClient. getInvestigation(GetInvestigationRequest getInvestigationRequest)Returns the investigation results of an investigation for a behavior graph.
-