Uses of Class
software.amazon.awssdk.services.codeconnections.model.SyncConfigurationType
-
Packages that use SyncConfigurationType Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of SyncConfigurationType in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return SyncConfigurationType Modifier and Type Method Description static SyncConfigurationTypeSyncConfigurationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SyncConfigurationTypeCreateSyncConfigurationRequest. syncType()The type of sync configuration.SyncConfigurationTypeDeleteSyncConfigurationRequest. syncType()The type of sync configuration to be deleted.SyncConfigurationTypeGetRepositorySyncStatusRequest. syncType()The sync type of the requested sync status.SyncConfigurationTypeGetResourceSyncStatusRequest. syncType()The sync type for the sync status with the Git repository.SyncConfigurationTypeGetSyncBlockerSummaryRequest. syncType()The sync type for the sync blocker summary.SyncConfigurationTypeGetSyncConfigurationRequest. syncType()The sync type for the sync configuration for which you want to retrieve information.SyncConfigurationTypeListRepositorySyncDefinitionsRequest. syncType()The sync type of the repository link for the the sync definition for which you want to retrieve information.SyncConfigurationTypeListSyncConfigurationsRequest. syncType()The sync type for the requested list of sync configurations.SyncConfigurationTypeSyncConfiguration. syncType()The type of sync for a specific sync configuration.SyncConfigurationTypeUpdateSyncBlockerRequest. syncType()The sync type of the sync blocker to be updated.SyncConfigurationTypeUpdateSyncConfigurationRequest. syncType()The sync type for the sync configuration to be updated.static SyncConfigurationTypeSyncConfigurationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncConfigurationType[]SyncConfigurationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type SyncConfigurationType Modifier and Type Method Description static Set<SyncConfigurationType>SyncConfigurationType. knownValues()Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type SyncConfigurationType Modifier and Type Method Description CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The type of sync configuration.DeleteSyncConfigurationRequest.BuilderDeleteSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The type of sync configuration to be deleted.GetRepositorySyncStatusRequest.BuilderGetRepositorySyncStatusRequest.Builder. syncType(SyncConfigurationType syncType)The sync type of the requested sync status.GetResourceSyncStatusRequest.BuilderGetResourceSyncStatusRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the sync status with the Git repository.GetSyncBlockerSummaryRequest.BuilderGetSyncBlockerSummaryRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the sync blocker summary.GetSyncConfigurationRequest.BuilderGetSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the sync configuration for which you want to retrieve information.ListRepositorySyncDefinitionsRequest.BuilderListRepositorySyncDefinitionsRequest.Builder. syncType(SyncConfigurationType syncType)The sync type of the repository link for the the sync definition for which you want to retrieve information.ListSyncConfigurationsRequest.BuilderListSyncConfigurationsRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the requested list of sync configurations.SyncConfiguration.BuilderSyncConfiguration.Builder. syncType(SyncConfigurationType syncType)The type of sync for a specific sync configuration.UpdateSyncBlockerRequest.BuilderUpdateSyncBlockerRequest.Builder. syncType(SyncConfigurationType syncType)The sync type of the sync blocker to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the sync configuration to be updated.
-