Uses of Class
software.amazon.awssdk.services.codeconnections.model.SyncConfiguration
-
Packages that use SyncConfiguration Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of SyncConfiguration in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return SyncConfiguration Modifier and Type Method Description SyncConfigurationCreateSyncConfigurationResponse. syncConfiguration()The created sync configuration for the connection.SyncConfigurationGetSyncConfigurationResponse. syncConfiguration()The details about the sync configuration for which you want to retrieve information.SyncConfigurationUpdateSyncConfigurationResponse. syncConfiguration()The information returned for the sync configuration to be updated.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type SyncConfiguration Modifier and Type Method Description List<SyncConfiguration>ListSyncConfigurationsResponse. syncConfigurations()The list of repository sync definitions returned by the request.Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type SyncConfiguration Modifier and Type Method Description CreateSyncConfigurationResponse.BuilderCreateSyncConfigurationResponse.Builder. syncConfiguration(SyncConfiguration syncConfiguration)The created sync configuration for the connection.GetSyncConfigurationResponse.BuilderGetSyncConfigurationResponse.Builder. syncConfiguration(SyncConfiguration syncConfiguration)The details about the sync configuration for which you want to retrieve information.UpdateSyncConfigurationResponse.BuilderUpdateSyncConfigurationResponse.Builder. syncConfiguration(SyncConfiguration syncConfiguration)The information returned for the sync configuration to be updated.ListSyncConfigurationsResponse.BuilderListSyncConfigurationsResponse.Builder. syncConfigurations(SyncConfiguration... syncConfigurations)The list of repository sync definitions returned by the request.Method parameters in software.amazon.awssdk.services.codeconnections.model with type arguments of type SyncConfiguration Modifier and Type Method Description ListSyncConfigurationsResponse.BuilderListSyncConfigurationsResponse.Builder. syncConfigurations(Collection<SyncConfiguration> syncConfigurations)The list of repository sync definitions returned by the request.
-