@Generated(value="software.amazon.awssdk:codegen") public interface NeptuneWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
NeptuneWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NeptuneWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
NeptuneWaiter. |
static NeptuneWaiter |
create()
Create an instance of
NeptuneWaiter with the default configuration. |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceAvailable(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceAvailable(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceAvailable(DescribeDbInstancesRequest describeDbInstancesRequest)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceAvailable(DescribeDbInstancesRequest describeDbInstancesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceDeleted(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceDeleted(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceDeleted(DescribeDbInstancesRequest describeDbInstancesRequest)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbInstancesResponse> |
waitUntilDBInstanceDeleted(DescribeDbInstancesRequest describeDbInstancesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceAvailable(DescribeDbInstancesRequest describeDbInstancesRequest)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - the request to be used for pollingdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceAvailable(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbInstancesRequest.builder()
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceAvailable(DescribeDbInstancesRequest describeDbInstancesRequest, WaiterOverrideConfiguration overrideConfig)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceAvailable(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceDeleted(DescribeDbInstancesRequest describeDbInstancesRequest)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - the request to be used for pollingdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceDeleted(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbInstancesRequest.builder()
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceDeleted(DescribeDbInstancesRequest describeDbInstancesRequest, WaiterOverrideConfiguration overrideConfig)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeDbInstancesResponse> waitUntilDBInstanceDeleted(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
NeptuneClient.describeDBInstances() API until the desired condition DBInstanceDeleted is met,
or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic NeptuneWaiter.Builder builder()
NeptuneWaiter.static NeptuneWaiter create()
NeptuneWaiter with the default configuration.
A default NeptuneClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
NeptuneWaiterCopyright © 2023. All rights reserved.