Uses of Interface
software.amazon.awssdk.services.codeconnections.model.UpdateSyncBlockerRequest.Builder
-
Packages that use UpdateSyncBlockerRequest.Builder Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.model -
-
Uses of UpdateSyncBlockerRequest.Builder in software.amazon.awssdk.services.codeconnections
Method parameters in software.amazon.awssdk.services.codeconnections with type arguments of type UpdateSyncBlockerRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSyncBlockerResponse>CodeConnectionsAsyncClient. updateSyncBlocker(Consumer<UpdateSyncBlockerRequest.Builder> updateSyncBlockerRequest)Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.default UpdateSyncBlockerResponseCodeConnectionsClient. updateSyncBlocker(Consumer<UpdateSyncBlockerRequest.Builder> updateSyncBlockerRequest)Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue. -
Uses of UpdateSyncBlockerRequest.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return UpdateSyncBlockerRequest.Builder Modifier and Type Method Description static UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest. builder()UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. id(String id)The ID of the sync blocker to be updated.UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. resolvedReason(String resolvedReason)The reason for resolving the sync blocker.UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. resourceName(String resourceName)The name of the resource for the sync blocker to be updated.UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. syncType(String syncType)The sync type of the sync blocker to be updated.UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. syncType(SyncConfigurationType syncType)The sync type of the sync blocker to be updated.UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest. toBuilder()Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type UpdateSyncBlockerRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSyncBlockerRequest.Builder>UpdateSyncBlockerRequest. serializableBuilderClass()
-