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