Uses of Interface
software.amazon.awssdk.services.detective.model.StartInvestigationRequest.Builder
-
Packages that use StartInvestigationRequest.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 StartInvestigationRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type StartInvestigationRequest.Builder Modifier and Type Method Description default CompletableFuture<StartInvestigationResponse>DetectiveAsyncClient. startInvestigation(Consumer<StartInvestigationRequest.Builder> startInvestigationRequest)initiate an investigation on an entity in a graphdefault StartInvestigationResponseDetectiveClient. startInvestigation(Consumer<StartInvestigationRequest.Builder> startInvestigationRequest)initiate an investigation on an entity in a graph -
Uses of StartInvestigationRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return StartInvestigationRequest.Builder Modifier and Type Method Description static StartInvestigationRequest.BuilderStartInvestigationRequest. builder()StartInvestigationRequest.BuilderStartInvestigationRequest.Builder. entityArn(String entityArn)The unique Amazon Resource Name (ARN) of the IAM user and IAM role.StartInvestigationRequest.BuilderStartInvestigationRequest.Builder. graphArn(String graphArn)The ARN of the behavior graph.StartInvestigationRequest.BuilderStartInvestigationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartInvestigationRequest.BuilderStartInvestigationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartInvestigationRequest.BuilderStartInvestigationRequest.Builder. scopeEndTime(Instant scopeEndTime)The data and time when the investigation began.StartInvestigationRequest.BuilderStartInvestigationRequest.Builder. scopeStartTime(Instant scopeStartTime)The data and time when the investigation began.StartInvestigationRequest.BuilderStartInvestigationRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type StartInvestigationRequest.Builder Modifier and Type Method Description static Class<? extends StartInvestigationRequest.Builder>StartInvestigationRequest. serializableBuilderClass()
-