Uses of Interface
software.amazon.awssdk.services.detective.model.GetInvestigationRequest.Builder
-
Packages that use GetInvestigationRequest.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 GetInvestigationRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type GetInvestigationRequest.Builder 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 GetInvestigationResponseDetectiveClient. getInvestigation(Consumer<GetInvestigationRequest.Builder> getInvestigationRequest)Returns the investigation results of an investigation for a behavior graph. -
Uses of GetInvestigationRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return GetInvestigationRequest.Builder Modifier and Type Method Description static GetInvestigationRequest.BuilderGetInvestigationRequest. builder()GetInvestigationRequest.BuilderGetInvestigationRequest.Builder. graphArn(String graphArn)The ARN of the behavior graph.GetInvestigationRequest.BuilderGetInvestigationRequest.Builder. investigationId(String investigationId)The investigation ID of the investigation report.GetInvestigationRequest.BuilderGetInvestigationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInvestigationRequest.BuilderGetInvestigationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInvestigationRequest.BuilderGetInvestigationRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type GetInvestigationRequest.Builder Modifier and Type Method Description static Class<? extends GetInvestigationRequest.Builder>GetInvestigationRequest. serializableBuilderClass()
-