Uses of Interface
software.amazon.awssdk.services.neptunedata.model.GetGremlinQueryStatusRequest.Builder
-
Packages that use GetGremlinQueryStatusRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of GetGremlinQueryStatusRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type GetGremlinQueryStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGremlinQueryStatusResponse>NeptunedataAsyncClient. getGremlinQueryStatus(Consumer<GetGremlinQueryStatusRequest.Builder> getGremlinQueryStatusRequest)Gets the status of a specified Gremlin query.default GetGremlinQueryStatusResponseNeptunedataClient. getGremlinQueryStatus(Consumer<GetGremlinQueryStatusRequest.Builder> getGremlinQueryStatusRequest)Gets the status of a specified Gremlin query. -
Uses of GetGremlinQueryStatusRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return GetGremlinQueryStatusRequest.Builder Modifier and Type Method Description static GetGremlinQueryStatusRequest.BuilderGetGremlinQueryStatusRequest. builder()GetGremlinQueryStatusRequest.BuilderGetGremlinQueryStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGremlinQueryStatusRequest.BuilderGetGremlinQueryStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGremlinQueryStatusRequest.BuilderGetGremlinQueryStatusRequest.Builder. queryId(String queryId)The unique identifier that identifies the Gremlin query.GetGremlinQueryStatusRequest.BuilderGetGremlinQueryStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type GetGremlinQueryStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetGremlinQueryStatusRequest.Builder>GetGremlinQueryStatusRequest. serializableBuilderClass()
-