Uses of Class
software.amazon.awssdk.services.detective.model.Graph
-
Packages that use Graph Package Description software.amazon.awssdk.services.detective.model -
-
Uses of Graph in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type Graph Modifier and Type Method Description List<Graph>ListGraphsResponse. graphList()A list of behavior graphs that the account is an administrator account for.Methods in software.amazon.awssdk.services.detective.model with parameters of type Graph Modifier and Type Method Description ListGraphsResponse.BuilderListGraphsResponse.Builder. graphList(Graph... graphList)A list of behavior graphs that the account is an administrator account for.Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type Graph Modifier and Type Method Description ListGraphsResponse.BuilderListGraphsResponse.Builder. graphList(Collection<Graph> graphList)A list of behavior graphs that the account is an administrator account for.
-