Uses of Class
software.amazon.awssdk.services.detective.model.InvestigationDetail
-
Packages that use InvestigationDetail Package Description software.amazon.awssdk.services.detective.model -
-
Uses of InvestigationDetail in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type InvestigationDetail Modifier and Type Method Description List<InvestigationDetail>ListInvestigationsResponse. investigationDetails()Lists the summary of uncommon behavior or malicious activity which indicates a compromise.Methods in software.amazon.awssdk.services.detective.model with parameters of type InvestigationDetail Modifier and Type Method Description ListInvestigationsResponse.BuilderListInvestigationsResponse.Builder. investigationDetails(InvestigationDetail... investigationDetails)Lists the summary of uncommon behavior or malicious activity which indicates a compromise.Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type InvestigationDetail Modifier and Type Method Description ListInvestigationsResponse.BuilderListInvestigationsResponse.Builder. investigationDetails(Collection<InvestigationDetail> investigationDetails)Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
-