Uses of Interface
software.amazon.awssdk.services.codeconnections.model.UpdateSyncConfigurationResponse.Builder
-
Packages that use UpdateSyncConfigurationResponse.Builder Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of UpdateSyncConfigurationResponse.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return UpdateSyncConfigurationResponse.Builder Modifier and Type Method Description static UpdateSyncConfigurationResponse.BuilderUpdateSyncConfigurationResponse. builder()default UpdateSyncConfigurationResponse.BuilderUpdateSyncConfigurationResponse.Builder. syncConfiguration(Consumer<SyncConfiguration.Builder> syncConfiguration)The information returned for the sync configuration to be updated.UpdateSyncConfigurationResponse.BuilderUpdateSyncConfigurationResponse.Builder. syncConfiguration(SyncConfiguration syncConfiguration)The information returned for the sync configuration to be updated.UpdateSyncConfigurationResponse.BuilderUpdateSyncConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type UpdateSyncConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateSyncConfigurationResponse.Builder>UpdateSyncConfigurationResponse. serializableBuilderClass()
-