Uses of Class
software.amazon.awssdk.services.codeconnections.model.UpdateSyncConfigurationRequest
-
Packages that use UpdateSyncConfigurationRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of UpdateSyncConfigurationRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type UpdateSyncConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateSyncConfigurationResponse>CodeConnectionsAsyncClient. updateSyncConfiguration(UpdateSyncConfigurationRequest 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. -
Uses of UpdateSyncConfigurationRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type UpdateSyncConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSyncConfigurationRequestMarshaller. marshall(UpdateSyncConfigurationRequest updateSyncConfigurationRequest)
-