Uses of Class
software.amazon.awssdk.services.detective.model.UpdateInvestigationStateResponse
-
Packages that use UpdateInvestigationStateResponse 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 UpdateInvestigationStateResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return UpdateInvestigationStateResponse Modifier and Type Method Description default UpdateInvestigationStateResponseDetectiveClient. updateInvestigationState(Consumer<UpdateInvestigationStateRequest.Builder> updateInvestigationStateRequest)Updates the state of an investigation.default UpdateInvestigationStateResponseDetectiveClient. updateInvestigationState(UpdateInvestigationStateRequest updateInvestigationStateRequest)Updates the state of an investigation.Methods in software.amazon.awssdk.services.detective that return types with arguments of type UpdateInvestigationStateResponse Modifier and Type Method Description default CompletableFuture<UpdateInvestigationStateResponse>DetectiveAsyncClient. updateInvestigationState(Consumer<UpdateInvestigationStateRequest.Builder> updateInvestigationStateRequest)Updates the state of an investigation.default CompletableFuture<UpdateInvestigationStateResponse>DetectiveAsyncClient. updateInvestigationState(UpdateInvestigationStateRequest updateInvestigationStateRequest)Updates the state of an investigation.
-