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