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