static ListGraphsResponse.Builder |
ListGraphsResponse.builder() |
|
ListGraphsResponse.Builder |
ListGraphsResponse.Builder.graphList(Collection<Graph> graphList) |
A list of behavior graphs that the account is an administrator account for.
|
ListGraphsResponse.Builder |
ListGraphsResponse.Builder.graphList(Consumer<Graph.Builder>... graphList) |
A list of behavior graphs that the account is an administrator account for.
|
ListGraphsResponse.Builder |
ListGraphsResponse.Builder.graphList(Graph... graphList) |
A list of behavior graphs that the account is an administrator account for.
|
ListGraphsResponse.Builder |
ListGraphsResponse.Builder.nextToken(String nextToken) |
If there are more behavior graphs remaining in the results, then this is the pagination token to use to
request the next page of behavior graphs.
|
ListGraphsResponse.Builder |
ListGraphsResponse.toBuilder() |
|