Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ListGraphsRequest.Builder
-
Packages that use ListGraphsRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ListGraphsRequest.Builder in software.amazon.awssdk.services.neptunegraph
-
Uses of ListGraphsRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ListGraphsRequest.Builder Modifier and Type Method Description static ListGraphsRequest.BuilderListGraphsRequest. builder()ListGraphsRequest.BuilderListGraphsRequest.Builder. maxResults(Integer maxResults)The total number of records to return in the command's output.ListGraphsRequest.BuilderListGraphsRequest.Builder. nextToken(String nextToken)Pagination token used to paginate output.ListGraphsRequest.BuilderListGraphsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphsRequest.BuilderListGraphsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGraphsRequest.BuilderListGraphsRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ListGraphsRequest.Builder Modifier and Type Method Description static Class<? extends ListGraphsRequest.Builder>ListGraphsRequest. serializableBuilderClass()
-