| 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.
|
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeStarconnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest request) |
Future<UpdateSyncBlockerResult> |
AWSCodeStarconnectionsAsyncClient.updateSyncBlockerAsync(UpdateSyncBlockerRequest request) |
Future<UpdateSyncBlockerResult> |
AWSCodeStarconnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest updateSyncBlockerRequest)
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
|
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeStarconnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
Future<UpdateSyncBlockerResult> |
AWSCodeStarconnectionsAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSyncBlockerResult> |
AbstractAWSCodeStarconnectionsAsync.updateSyncBlockerAsync(UpdateSyncBlockerRequest request,
AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler) |
Future<UpdateSyncBlockerResult> |
AWSCodeStarconnectionsAsyncClient.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.
|
| 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 © 2023. All rights reserved.