Uses of Interface
software.amazon.awssdk.services.detective.model.UpdateInvestigationStateRequest.Builder
-
Packages that use UpdateInvestigationStateRequest.Builder 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.software.amazon.awssdk.services.detective.model -
-
Uses of UpdateInvestigationStateRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type UpdateInvestigationStateRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateInvestigationStateResponse>DetectiveAsyncClient. updateInvestigationState(Consumer<UpdateInvestigationStateRequest.Builder> updateInvestigationStateRequest)Update the state of an investigation.default UpdateInvestigationStateResponseDetectiveClient. updateInvestigationState(Consumer<UpdateInvestigationStateRequest.Builder> updateInvestigationStateRequest)Update the state of an investigation. -
Uses of UpdateInvestigationStateRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return UpdateInvestigationStateRequest.Builder Modifier and Type Method Description static UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest. builder()UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest.Builder. graphArn(String graphArn)The ARN of the behavior graph.UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest.Builder. investigationId(String investigationId)The investigation ID of the investigation report.UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest.Builder. state(String state)The current state of the investigation.UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest.Builder. state(State state)The current state of the investigation.UpdateInvestigationStateRequest.BuilderUpdateInvestigationStateRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type UpdateInvestigationStateRequest.Builder Modifier and Type Method Description static Class<? extends UpdateInvestigationStateRequest.Builder>UpdateInvestigationStateRequest. serializableBuilderClass()
-