Uses of Class
software.amazon.awssdk.services.appconfig.model.DeploymentEventType
-
Packages that use DeploymentEventType Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of DeploymentEventType in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return DeploymentEventType Modifier and Type Method Description DeploymentEventTypeDeploymentEvent. eventType()The type of deployment event.static DeploymentEventTypeDeploymentEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentEventTypeDeploymentEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentEventType[]DeploymentEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type DeploymentEventType Modifier and Type Method Description static Set<DeploymentEventType>DeploymentEventType. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type DeploymentEventType Modifier and Type Method Description DeploymentEvent.BuilderDeploymentEvent.Builder. eventType(DeploymentEventType eventType)The type of deployment event.
-