Uses of Class
software.amazon.awssdk.services.codeconnections.model.PublishDeploymentStatus
-
Packages that use PublishDeploymentStatus Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of PublishDeploymentStatus in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return PublishDeploymentStatus Modifier and Type Method Description static PublishDeploymentStatusPublishDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PublishDeploymentStatusCreateSyncConfigurationRequest. publishDeploymentStatus()Whether to enable or disable publishing of deployment status to source providers.PublishDeploymentStatusSyncConfiguration. publishDeploymentStatus()Whether to enable or disable publishing of deployment status to source providers.PublishDeploymentStatusUpdateSyncConfigurationRequest. publishDeploymentStatus()Whether to enable or disable publishing of deployment status to source providers.static PublishDeploymentStatusPublishDeploymentStatus. 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.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type PublishDeploymentStatus Modifier and Type Method Description static Set<PublishDeploymentStatus>PublishDeploymentStatus. knownValues()Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type PublishDeploymentStatus Modifier and Type Method Description CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)Whether to enable or disable publishing of deployment status to source providers.SyncConfiguration.BuilderSyncConfiguration.Builder. publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)Whether to enable or disable publishing of deployment status to source providers.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)Whether to enable or disable publishing of deployment status to source providers.
-