Uses of Class
software.amazon.awssdk.services.codeconnections.model.UpdateSyncConfigurationResponse
-
Packages that use UpdateSyncConfigurationResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of UpdateSyncConfigurationResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return UpdateSyncConfigurationResponse Modifier and Type Method Description default UpdateSyncConfigurationResponseCodeConnectionsClient. updateSyncConfiguration(Consumer<UpdateSyncConfigurationRequest.Builder> updateSyncConfigurationRequest)Updates the sync configuration for your connection and a specified external Git repository.default UpdateSyncConfigurationResponseCodeConnectionsClient. updateSyncConfiguration(UpdateSyncConfigurationRequest updateSyncConfigurationRequest)Updates the sync configuration for your connection and a specified external Git repository.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type UpdateSyncConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateSyncConfigurationResponse>CodeConnectionsAsyncClient. updateSyncConfiguration(Consumer<UpdateSyncConfigurationRequest.Builder> updateSyncConfigurationRequest)Updates the sync configuration for your connection and a specified external Git repository.default CompletableFuture<UpdateSyncConfigurationResponse>CodeConnectionsAsyncClient. updateSyncConfiguration(UpdateSyncConfigurationRequest updateSyncConfigurationRequest)Updates the sync configuration for your connection and a specified external Git repository.
-