| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSyncBlockerResult |
AbstractAWSCodeConnections.updateSyncBlocker(UpdateSyncBlockerRequest request) |
UpdateSyncBlockerResult |
AWSCodeConnections.updateSyncBlocker(UpdateSyncBlockerRequest updateSyncBlockerRequest)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
UpdateSyncBlockerResult |
AWSCodeConnectionsClient.updateSyncBlocker(UpdateSyncBlockerRequest request)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
Future<UpdateSyncBlockerResult> |
AWSCodeConnectionsAsyncClient.updateSyncBlockerAsync(UpdateSyncBlockerRequest request) |
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeConnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest request) |
Future<UpdateSyncBlockerResult> |
AWSCodeConnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest updateSyncBlockerRequest)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
Future<UpdateSyncBlockerResult> |
AWSCodeConnectionsAsyncClient.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeConnectionsAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSyncBlockerResult> |
AWSCodeConnectionsAsyncClient.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeConnectionsAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.clone() |
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.withId(String id)
The ID of the sync blocker to be updated.
|
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.withResolvedReason(String resolvedReason)
The reason for resolving the sync blocker.
|
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.withResourceName(String resourceName)
The name of the resource for the sync blocker to be updated.
|
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.withSyncType(String syncType)
The sync type of the sync blocker to be updated.
|
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.withSyncType(SyncConfigurationType syncType)
The sync type of the sync blocker to be updated.
|
Copyright © 2024. All rights reserved.