Uses of Class
software.amazon.awssdk.services.neptunegraph.model.PrivateGraphEndpointSummary
-
Packages that use PrivateGraphEndpointSummary Package Description software.amazon.awssdk.services.neptunegraph.model software.amazon.awssdk.services.neptunegraph.paginators -
-
Uses of PrivateGraphEndpointSummary in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type PrivateGraphEndpointSummary Modifier and Type Method Description List<PrivateGraphEndpointSummary>ListPrivateGraphEndpointsResponse. privateGraphEndpoints()A list of private endpoints for the specified Neptune Analytics graph.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type PrivateGraphEndpointSummary Modifier and Type Method Description ListPrivateGraphEndpointsResponse.BuilderListPrivateGraphEndpointsResponse.Builder. privateGraphEndpoints(PrivateGraphEndpointSummary... privateGraphEndpoints)A list of private endpoints for the specified Neptune Analytics graph.Method parameters in software.amazon.awssdk.services.neptunegraph.model with type arguments of type PrivateGraphEndpointSummary Modifier and Type Method Description ListPrivateGraphEndpointsResponse.BuilderListPrivateGraphEndpointsResponse.Builder. privateGraphEndpoints(Collection<PrivateGraphEndpointSummary> privateGraphEndpoints)A list of private endpoints for the specified Neptune Analytics graph. -
Uses of PrivateGraphEndpointSummary in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type PrivateGraphEndpointSummary Modifier and Type Method Description SdkIterable<PrivateGraphEndpointSummary>ListPrivateGraphEndpointsIterable. privateGraphEndpoints()Returns an iterable to iterate through the paginatedListPrivateGraphEndpointsResponse.privateGraphEndpoints()member.SdkPublisher<PrivateGraphEndpointSummary>ListPrivateGraphEndpointsPublisher. privateGraphEndpoints()Returns a publisher that can be used to get a stream of data.
-