Uses of Interface
software.amazon.awssdk.services.detective.model.StartInvestigationResponse.Builder
-
Packages that use StartInvestigationResponse.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of StartInvestigationResponse.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return StartInvestigationResponse.Builder Modifier and Type Method Description static StartInvestigationResponse.BuilderStartInvestigationResponse. builder()StartInvestigationResponse.BuilderStartInvestigationResponse.Builder. investigationId(String investigationId)The investigation ID of the investigation report.StartInvestigationResponse.BuilderStartInvestigationResponse. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type StartInvestigationResponse.Builder Modifier and Type Method Description static Class<? extends StartInvestigationResponse.Builder>StartInvestigationResponse. serializableBuilderClass()
-