| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSyncBlockerResult |
AbstractAWSCodeStarconnections.updateSyncBlocker(UpdateSyncBlockerRequest request) |
UpdateSyncBlockerResult |
AWSCodeStarconnectionsClient.updateSyncBlocker(UpdateSyncBlockerRequest request)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
UpdateSyncBlockerResult |
AWSCodeStarconnections.updateSyncBlocker(UpdateSyncBlockerRequest updateSyncBlockerRequest)
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> |
AbstractAWSCodeStarconnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
Future<UpdateSyncBlockerResult> |
AWSCodeStarconnectionsAsync.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> |
AWSCodeStarconnectionsAsyncClient.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 © 2024. All rights reserved.