Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.GetPrivateGraphEndpointRequest.Builder
-
Packages that use GetPrivateGraphEndpointRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of GetPrivateGraphEndpointRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type GetPrivateGraphEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPrivateGraphEndpointResponse>NeptuneGraphAsyncClient. getPrivateGraphEndpoint(Consumer<GetPrivateGraphEndpointRequest.Builder> getPrivateGraphEndpointRequest)Retrieves information about a specified private endpoint.default GetPrivateGraphEndpointResponseNeptuneGraphClient. getPrivateGraphEndpoint(Consumer<GetPrivateGraphEndpointRequest.Builder> getPrivateGraphEndpointRequest)Retrieves information about a specified private endpoint. -
Uses of GetPrivateGraphEndpointRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return GetPrivateGraphEndpointRequest.Builder Modifier and Type Method Description static GetPrivateGraphEndpointRequest.BuilderGetPrivateGraphEndpointRequest. builder()GetPrivateGraphEndpointRequest.BuilderGetPrivateGraphEndpointRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.GetPrivateGraphEndpointRequest.BuilderGetPrivateGraphEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPrivateGraphEndpointRequest.BuilderGetPrivateGraphEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPrivateGraphEndpointRequest.BuilderGetPrivateGraphEndpointRequest. toBuilder()GetPrivateGraphEndpointRequest.BuilderGetPrivateGraphEndpointRequest.Builder. vpcId(String vpcId)The ID of the VPC where the private endpoint is located.Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GetPrivateGraphEndpointRequest.Builder Modifier and Type Method Description static Class<? extends GetPrivateGraphEndpointRequest.Builder>GetPrivateGraphEndpointRequest. serializableBuilderClass()
-