Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GraphSummary
-
Packages that use GraphSummary Package Description software.amazon.awssdk.services.neptunegraph.model software.amazon.awssdk.services.neptunegraph.paginators -
-
Uses of GraphSummary in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GraphSummary Modifier and Type Method Description List<GraphSummary>ListGraphsResponse. graphs()A list of the graphs.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type GraphSummary Modifier and Type Method Description ListGraphsResponse.BuilderListGraphsResponse.Builder. graphs(GraphSummary... graphs)A list of the graphs.Method parameters in software.amazon.awssdk.services.neptunegraph.model with type arguments of type GraphSummary Modifier and Type Method Description ListGraphsResponse.BuilderListGraphsResponse.Builder. graphs(Collection<GraphSummary> graphs)A list of the graphs. -
Uses of GraphSummary in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type GraphSummary Modifier and Type Method Description SdkIterable<GraphSummary>ListGraphsIterable. graphs()Returns an iterable to iterate through the paginatedListGraphsResponse.graphs()member.SdkPublisher<GraphSummary>ListGraphsPublisher. graphs()Returns a publisher that can be used to get a stream of data.
-