Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.GetSyncConfigurationResponse.Builder
-
Packages that use GetSyncConfigurationResponse.Builder Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of GetSyncConfigurationResponse.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return GetSyncConfigurationResponse.Builder Modifier and Type Method Description static GetSyncConfigurationResponse.BuilderGetSyncConfigurationResponse. builder()default GetSyncConfigurationResponse.BuilderGetSyncConfigurationResponse.Builder. syncConfiguration(Consumer<SyncConfiguration.Builder> syncConfiguration)The details about the sync configuration for which you want to retrieve information.GetSyncConfigurationResponse.BuilderGetSyncConfigurationResponse.Builder. syncConfiguration(SyncConfiguration syncConfiguration)The details about the sync configuration for which you want to retrieve information.GetSyncConfigurationResponse.BuilderGetSyncConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type GetSyncConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetSyncConfigurationResponse.Builder>GetSyncConfigurationResponse. serializableBuilderClass()
-