Uses of Class
software.amazon.awssdk.services.codestarconnections.model.TriggerResourceUpdateOn
-
Packages that use TriggerResourceUpdateOn Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of TriggerResourceUpdateOn in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return TriggerResourceUpdateOn Modifier and Type Method Description static TriggerResourceUpdateOnTriggerResourceUpdateOn. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TriggerResourceUpdateOnCreateSyncConfigurationRequest. triggerResourceUpdateOn()When to trigger Git sync to begin the stack update.TriggerResourceUpdateOnSyncConfiguration. triggerResourceUpdateOn()When to trigger Git sync to begin the stack update.TriggerResourceUpdateOnUpdateSyncConfigurationRequest. triggerResourceUpdateOn()When to trigger Git sync to begin the stack update.static TriggerResourceUpdateOnTriggerResourceUpdateOn. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerResourceUpdateOn[]TriggerResourceUpdateOn. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type TriggerResourceUpdateOn Modifier and Type Method Description static Set<TriggerResourceUpdateOn>TriggerResourceUpdateOn. knownValues()Methods in software.amazon.awssdk.services.codestarconnections.model with parameters of type TriggerResourceUpdateOn Modifier and Type Method Description CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)When to trigger Git sync to begin the stack update.SyncConfiguration.BuilderSyncConfiguration.Builder. triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)When to trigger Git sync to begin the stack update.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)When to trigger Git sync to begin the stack update.
-