Uses of Interface
software.amazon.awssdk.services.neptunegraph.waiters.NeptuneGraphAsyncWaiter.Builder
-
Packages that use NeptuneGraphAsyncWaiter.Builder Package Description software.amazon.awssdk.services.neptunegraph.waiters -
-
Uses of NeptuneGraphAsyncWaiter.Builder in software.amazon.awssdk.services.neptunegraph.waiters
Methods in software.amazon.awssdk.services.neptunegraph.waiters that return NeptuneGraphAsyncWaiter.Builder Modifier and Type Method Description static NeptuneGraphAsyncWaiter.BuilderNeptuneGraphAsyncWaiter. builder()Create a builder that can be used to configure and create aNeptuneGraphAsyncWaiter.NeptuneGraphAsyncWaiter.BuilderNeptuneGraphAsyncWaiter.Builder. client(NeptuneGraphAsyncClient client)Sets a customNeptuneGraphAsyncClientthat will be used to poll the resourcedefault NeptuneGraphAsyncWaiter.BuilderNeptuneGraphAsyncWaiter.Builder. overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder> overrideConfiguration)This is a convenient method to pass the override configuration without the need to create an instance manually viaWaiterOverrideConfiguration.builder()NeptuneGraphAsyncWaiter.BuilderNeptuneGraphAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderNeptuneGraphAsyncWaiter.BuilderNeptuneGraphAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-