Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilExportTaskCancelled(block: GetExportTaskRequest.Builder.() -> Unit): Outcome<GetExportTaskResponse>
suspend fun NeptuneGraphClient.waitUntilExportTaskCancelled(request: GetExportTaskRequest, retryStrategy: RetryStrategy? = null): Outcome<GetExportTaskResponse>
Wait until Export Task is Cancelled
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilExportTaskSuccessful(block: GetExportTaskRequest.Builder.() -> Unit): Outcome<GetExportTaskResponse>
suspend fun NeptuneGraphClient.waitUntilExportTaskSuccessful(request: GetExportTaskRequest, retryStrategy: RetryStrategy? = null): Outcome<GetExportTaskResponse>
Wait until Export Task is Successful
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilGraphAvailable(block: GetGraphRequest.Builder.() -> Unit): Outcome<GetGraphResponse>
suspend fun NeptuneGraphClient.waitUntilGraphAvailable(request: GetGraphRequest, retryStrategy: RetryStrategy? = null): Outcome<GetGraphResponse>
Wait until Graph is Available
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilGraphDeleted(block: GetGraphRequest.Builder.() -> Unit): Outcome<GetGraphResponse>
suspend fun NeptuneGraphClient.waitUntilGraphDeleted(request: GetGraphRequest, retryStrategy: RetryStrategy? = null): Outcome<GetGraphResponse>
Wait until Graph is Deleted
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilGraphSnapshotAvailable(block: GetGraphSnapshotRequest.Builder.() -> Unit): Outcome<GetGraphSnapshotResponse>
suspend fun NeptuneGraphClient.waitUntilGraphSnapshotAvailable(request: GetGraphSnapshotRequest, retryStrategy: RetryStrategy? = null): Outcome<GetGraphSnapshotResponse>
Wait until GraphSnapshot is Available
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilGraphSnapshotDeleted(block: GetGraphSnapshotRequest.Builder.() -> Unit): Outcome<GetGraphSnapshotResponse>
suspend fun NeptuneGraphClient.waitUntilGraphSnapshotDeleted(request: GetGraphSnapshotRequest, retryStrategy: RetryStrategy? = null): Outcome<GetGraphSnapshotResponse>
Wait until GraphSnapshot is Deleted
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilImportTaskCancelled(block: GetImportTaskRequest.Builder.() -> Unit): Outcome<GetImportTaskResponse>
suspend fun NeptuneGraphClient.waitUntilImportTaskCancelled(request: GetImportTaskRequest, retryStrategy: RetryStrategy? = null): Outcome<GetImportTaskResponse>
Wait until Import Task is Cancelled
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilImportTaskSuccessful(block: GetImportTaskRequest.Builder.() -> Unit): Outcome<GetImportTaskResponse>
suspend fun NeptuneGraphClient.waitUntilImportTaskSuccessful(request: GetImportTaskRequest, retryStrategy: RetryStrategy? = null): Outcome<GetImportTaskResponse>
Wait until Import Task is Successful
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilPrivateGraphEndpointAvailable(block: GetPrivateGraphEndpointRequest.Builder.() -> Unit): Outcome<GetPrivateGraphEndpointResponse>
suspend fun NeptuneGraphClient.waitUntilPrivateGraphEndpointAvailable(request: GetPrivateGraphEndpointRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPrivateGraphEndpointResponse>
Wait until PrivateGraphEndpoint is Available
Link copied to clipboard
suspend fun NeptuneGraphClient.waitUntilPrivateGraphEndpointDeleted(block: GetPrivateGraphEndpointRequest.Builder.() -> Unit): Outcome<GetPrivateGraphEndpointResponse>
suspend fun NeptuneGraphClient.waitUntilPrivateGraphEndpointDeleted(request: GetPrivateGraphEndpointRequest, retryStrategy: RetryStrategy? = null): Outcome<GetPrivateGraphEndpointResponse>
Wait until PrivateGraphEndpoint is Deleted