Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ListPrivateGraphEndpointsRequest.Builder
-
Packages that use ListPrivateGraphEndpointsRequest.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 ListPrivateGraphEndpointsRequest.Builder in software.amazon.awssdk.services.neptunegraph
-
Uses of ListPrivateGraphEndpointsRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ListPrivateGraphEndpointsRequest.Builder Modifier and Type Method Description static ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest. builder()ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest.Builder. maxResults(Integer maxResults)The total number of records to return in the command's output.ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest.Builder. nextToken(String nextToken)Pagination token used to paginate output.ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPrivateGraphEndpointsRequest.BuilderListPrivateGraphEndpointsRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ListPrivateGraphEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends ListPrivateGraphEndpointsRequest.Builder>ListPrivateGraphEndpointsRequest. serializableBuilderClass()
-