| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static PublishDeploymentStatus |
PublishDeploymentStatus.fromValue(String value)
Use this in place of valueOf.
|
static PublishDeploymentStatus |
PublishDeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishDeploymentStatus[] |
PublishDeploymentStatus.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.withPublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withPublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withPublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
Copyright © 2024. All rights reserved.