| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static SyncConfigurationType |
SyncConfigurationType.fromValue(String value)
Use this in place of valueOf.
|
static SyncConfigurationType |
SyncConfigurationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
SyncConfiguration |
SyncConfiguration.withSyncType(SyncConfigurationType syncType)
The type of sync for a specific sync configuration.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration to be updated.
|
UpdateSyncBlockerRequest |
UpdateSyncBlockerRequest.withSyncType(SyncConfigurationType syncType)
The sync type of the sync blocker to be updated.
|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withSyncType(SyncConfigurationType syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
|
GetSyncConfigurationRequest |
GetSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration for which you want to retrieve information.
|
GetSyncBlockerSummaryRequest |
GetSyncBlockerSummaryRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the sync blocker summary.
|
GetResourceSyncStatusRequest |
GetResourceSyncStatusRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the sync status with the Git repository.
|
DeleteSyncConfigurationRequest |
DeleteSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The type of sync configuration to be deleted.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The type of sync configuration.
|
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the requested list of sync configurations.
|
GetRepositorySyncStatusRequest |
GetRepositorySyncStatusRequest.withSyncType(SyncConfigurationType syncType)
The sync type of the requested sync status.
|
Copyright © 2024. All rights reserved.