| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSyncBlockerResult |
AWSCodeConnectionsClient.updateSyncBlocker(UpdateSyncBlockerRequest request)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
UpdateSyncBlockerResult |
AWSCodeConnections.updateSyncBlocker(UpdateSyncBlockerRequest updateSyncBlockerRequest)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
UpdateSyncBlockerResult |
AbstractAWSCodeConnections.updateSyncBlocker(UpdateSyncBlockerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSyncBlockerResult> |
AWSCodeConnectionsAsyncClient.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
Future<UpdateSyncBlockerResult> |
AWSCodeConnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest updateSyncBlockerRequest,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeConnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSyncBlockerResult |
UpdateSyncBlockerResult.clone() |
UpdateSyncBlockerResult |
UpdateSyncBlockerResult.withParentResourceName(String parentResourceName)
The parent resource name for the sync blocker.
|
UpdateSyncBlockerResult |
UpdateSyncBlockerResult.withResourceName(String resourceName)
The resource name for the sync blocker.
|
UpdateSyncBlockerResult |
UpdateSyncBlockerResult.withSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
|
Copyright © 2025. All rights reserved.