Uses of Interface
software.amazon.awssdk.services.detective.model.Graph.Builder
-
Packages that use Graph.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of Graph.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return Graph.Builder Modifier and Type Method Description Graph.BuilderGraph.Builder. arn(String arn)The ARN of the behavior graph.static Graph.BuilderGraph. builder()Graph.BuilderGraph.Builder. createdTime(Instant createdTime)The date and time that the behavior graph was created.Graph.BuilderGraph. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type Graph.Builder Modifier and Type Method Description static Class<? extends Graph.Builder>Graph. serializableBuilderClass()
-